Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
aiofiles==24.1.0
|
| 2 |
annotated-types==0.7.0
|
| 3 |
anyio==4.9.0
|
|
@@ -13,7 +18,6 @@ fastapi==0.116.0
|
|
| 13 |
ffmpy==0.6.0
|
| 14 |
filelock==3.18.0
|
| 15 |
fsspec==2025.5.1
|
| 16 |
-
gradio==5.35.0
|
| 17 |
gradio_client==1.10.4
|
| 18 |
groovy==0.1.2
|
| 19 |
h11==0.16.0
|
|
@@ -27,11 +31,8 @@ jiter==0.10.0
|
|
| 27 |
markdown-it-py==3.0.0
|
| 28 |
MarkupSafe==3.0.2
|
| 29 |
mdurl==0.1.2
|
| 30 |
-
numpy==2.3.1
|
| 31 |
-
openai==1.93.1
|
| 32 |
orjson==3.10.18
|
| 33 |
packaging==25.0
|
| 34 |
-
pandas==2.3.1
|
| 35 |
pillow==11.3.0
|
| 36 |
pycparser==2.22
|
| 37 |
pydantic==2.11.7
|
|
@@ -42,7 +43,6 @@ python-dateutil==2.9.0.post0
|
|
| 42 |
python-multipart==0.0.20
|
| 43 |
pytz==2025.2
|
| 44 |
PyYAML==6.0.2
|
| 45 |
-
requests==2.32.4
|
| 46 |
rich==14.0.0
|
| 47 |
ruff==0.12.2
|
| 48 |
safehttpx==0.1.6
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
requests>=2.31.0
|
| 3 |
+
openai>=1.3.0
|
| 4 |
+
pandas>=2.0.0
|
| 5 |
+
numpy>=1.24.0,<2.0.0
|
| 6 |
aiofiles==24.1.0
|
| 7 |
annotated-types==0.7.0
|
| 8 |
anyio==4.9.0
|
|
|
|
| 18 |
ffmpy==0.6.0
|
| 19 |
filelock==3.18.0
|
| 20 |
fsspec==2025.5.1
|
|
|
|
| 21 |
gradio_client==1.10.4
|
| 22 |
groovy==0.1.2
|
| 23 |
h11==0.16.0
|
|
|
|
| 31 |
markdown-it-py==3.0.0
|
| 32 |
MarkupSafe==3.0.2
|
| 33 |
mdurl==0.1.2
|
|
|
|
|
|
|
| 34 |
orjson==3.10.18
|
| 35 |
packaging==25.0
|
|
|
|
| 36 |
pillow==11.3.0
|
| 37 |
pycparser==2.22
|
| 38 |
pydantic==2.11.7
|
|
|
|
| 43 |
python-multipart==0.0.20
|
| 44 |
pytz==2025.2
|
| 45 |
PyYAML==6.0.2
|
|
|
|
| 46 |
rich==14.0.0
|
| 47 |
ruff==0.12.2
|
| 48 |
safehttpx==0.1.6
|