Remi
commited on
fastrtc is now installed from repo to fix print spamming (#116)
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -12,7 +12,7 @@ requires-python = ">=3.10"
|
|
| 12 |
dependencies = [
|
| 13 |
#Media
|
| 14 |
"aiortc>=1.13.0",
|
| 15 |
-
"fastrtc>=0.0.
|
| 16 |
"gradio>=5.49.0",
|
| 17 |
"huggingface_hub>=0.34.4",
|
| 18 |
"opencv-python>=4.12.0.88",
|
|
|
|
| 12 |
dependencies = [
|
| 13 |
#Media
|
| 14 |
"aiortc>=1.13.0",
|
| 15 |
+
"fastrtc>=0.0.34",
|
| 16 |
"gradio>=5.49.0",
|
| 17 |
"huggingface_hub>=0.34.4",
|
| 18 |
"opencv-python>=4.12.0.88",
|