Update requirements.txt
Browse files- requirements.txt +2 -31
requirements.txt
CHANGED
|
@@ -1,34 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
audioop-lts<1.0; python_version >= "3.13"
|
| 4 |
-
fastapi>=0.115.2,<1.0
|
| 5 |
-
ffmpy
|
| 6 |
-
gradio-client==0.16.1
|
| 7 |
-
httpx>=0.24.1
|
| 8 |
-
huggingface_hub>=0.25.1
|
| 9 |
-
Jinja2<4.0
|
| 10 |
-
markupsafe~=2.0
|
| 11 |
-
numpy>=1.0,<3.0
|
| 12 |
-
# orjson~=3.0 # Excluded
|
| 13 |
-
packaging
|
| 14 |
-
pandas>=1.0,<3.0
|
| 15 |
-
pillow>=8.0,<12.0
|
| 16 |
-
pydantic>=2.0
|
| 17 |
-
python-multipart>=0.0.18
|
| 18 |
-
pydub
|
| 19 |
-
pyyaml>=5.0,<7.0
|
| 20 |
-
ruff>=0.2.2; sys.platform != 'emscripten'
|
| 21 |
-
safehttpx>=0.1.6,<0.2.0
|
| 22 |
-
semantic_version~=2.0
|
| 23 |
-
starlette>=0.40.0,<1.0; sys.platform != 'emscripten'
|
| 24 |
-
tomlkit>=0.12.0,<0.14.0
|
| 25 |
-
typer>=0.12,<1.0; sys.platform != 'emscripten'
|
| 26 |
-
typing_extensions~=4.0
|
| 27 |
-
urllib3~=2.0; sys.platform == 'emscripten'
|
| 28 |
-
uvicorn>=0.14.0; sys.platform != 'emscripten'
|
| 29 |
-
|
| 30 |
-
gradio==4.29.0
|
| 31 |
-
spaces==0.28.3
|
| 32 |
numpy==1.22.2
|
| 33 |
torch
|
| 34 |
torchvision
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy==1.22.2
|
| 4 |
torch
|
| 5 |
torchvision
|