Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +44 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
absl-py==2.1.0
|
|
|
|
|
|
|
|
|
|
| 2 |
attrs==23.2.0
|
| 3 |
blinker==1.7.0
|
| 4 |
certifi==2024.2.2
|
|
@@ -8,35 +11,76 @@ click==8.1.7
|
|
| 8 |
colorama==0.4.6
|
| 9 |
contourpy==1.2.1
|
| 10 |
cycler==0.12.1
|
|
|
|
|
|
|
|
|
|
| 11 |
Flask==3.0.3
|
| 12 |
flatbuffers==24.3.25
|
| 13 |
fonttools==4.51.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
idna==3.7
|
| 15 |
itsdangerous==2.2.0
|
| 16 |
jax==0.4.26
|
| 17 |
Jinja2==3.1.3
|
| 18 |
joblib==1.4.0
|
| 19 |
kiwisolver==1.4.5
|
|
|
|
| 20 |
MarkupSafe==2.1.5
|
| 21 |
matplotlib==3.8.4
|
|
|
|
| 22 |
mediapipe==0.10.11
|
| 23 |
ml-dtypes==0.4.0
|
| 24 |
numpy==1.26.4
|
| 25 |
opencv-contrib-python==4.9.0.80
|
| 26 |
opencv-python==4.9.0.80
|
| 27 |
opt-einsum==3.3.0
|
|
|
|
| 28 |
packaging==24.0
|
|
|
|
| 29 |
pillow==10.3.0
|
| 30 |
protobuf==3.20.3
|
| 31 |
pycparser==2.22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
pyparsing==3.1.2
|
| 33 |
python-dateutil==2.9.0.post0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
scikit-learn==1.2.2
|
| 36 |
scipy==1.13.0
|
|
|
|
|
|
|
| 37 |
six==1.16.0
|
|
|
|
| 38 |
sounddevice==0.4.6
|
|
|
|
| 39 |
threadpoolctl==3.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
urllib3==2.2.1
|
|
|
|
|
|
|
| 41 |
Werkzeug==3.0.2
|
| 42 |
xgboost==2.0.3
|
|
|
|
| 1 |
absl-py==2.1.0
|
| 2 |
+
aiofiles==23.2.1
|
| 3 |
+
annotated-types==0.7.0
|
| 4 |
+
anyio==4.9.0
|
| 5 |
attrs==23.2.0
|
| 6 |
blinker==1.7.0
|
| 7 |
certifi==2024.2.2
|
|
|
|
| 11 |
colorama==0.4.6
|
| 12 |
contourpy==1.2.1
|
| 13 |
cycler==0.12.1
|
| 14 |
+
fastapi==0.115.12
|
| 15 |
+
ffmpy==0.5.0
|
| 16 |
+
filelock==3.18.0
|
| 17 |
Flask==3.0.3
|
| 18 |
flatbuffers==24.3.25
|
| 19 |
fonttools==4.51.0
|
| 20 |
+
fsspec==2025.3.2
|
| 21 |
+
gradio==5.23.3
|
| 22 |
+
gradio_client==1.8.0
|
| 23 |
+
groovy==0.1.2
|
| 24 |
+
h11==0.14.0
|
| 25 |
+
httpcore==1.0.7
|
| 26 |
+
httpx==0.28.1
|
| 27 |
+
huggingface-hub==0.30.1
|
| 28 |
idna==3.7
|
| 29 |
itsdangerous==2.2.0
|
| 30 |
jax==0.4.26
|
| 31 |
Jinja2==3.1.3
|
| 32 |
joblib==1.4.0
|
| 33 |
kiwisolver==1.4.5
|
| 34 |
+
markdown-it-py==3.0.0
|
| 35 |
MarkupSafe==2.1.5
|
| 36 |
matplotlib==3.8.4
|
| 37 |
+
mdurl==0.1.2
|
| 38 |
mediapipe==0.10.11
|
| 39 |
ml-dtypes==0.4.0
|
| 40 |
numpy==1.26.4
|
| 41 |
opencv-contrib-python==4.9.0.80
|
| 42 |
opencv-python==4.9.0.80
|
| 43 |
opt-einsum==3.3.0
|
| 44 |
+
orjson==3.10.16
|
| 45 |
packaging==24.0
|
| 46 |
+
pandas==2.2.3
|
| 47 |
pillow==10.3.0
|
| 48 |
protobuf==3.20.3
|
| 49 |
pycparser==2.22
|
| 50 |
+
pydantic==2.11.1
|
| 51 |
+
pydantic_core==2.33.0
|
| 52 |
+
pydub==0.25.1
|
| 53 |
+
Pygments==2.19.1
|
| 54 |
pyparsing==3.1.2
|
| 55 |
python-dateutil==2.9.0.post0
|
| 56 |
+
python-multipart==0.0.20
|
| 57 |
+
pytz==2025.2
|
| 58 |
+
PyYAML==6.0.2
|
| 59 |
+
regex==2024.11.6
|
| 60 |
requests==2.31.0
|
| 61 |
+
rich==14.0.0
|
| 62 |
+
ruff==0.11.2
|
| 63 |
+
safehttpx==0.1.6
|
| 64 |
+
safetensors==0.5.3
|
| 65 |
scikit-learn==1.2.2
|
| 66 |
scipy==1.13.0
|
| 67 |
+
semantic-version==2.10.0
|
| 68 |
+
shellingham==1.5.4
|
| 69 |
six==1.16.0
|
| 70 |
+
sniffio==1.3.1
|
| 71 |
sounddevice==0.4.6
|
| 72 |
+
starlette==0.46.1
|
| 73 |
threadpoolctl==3.4.0
|
| 74 |
+
tokenizers==0.21.1
|
| 75 |
+
tomlkit==0.13.2
|
| 76 |
+
tqdm==4.67.1
|
| 77 |
+
transformers==4.50.3
|
| 78 |
+
typer==0.15.2
|
| 79 |
+
typing-inspection==0.4.0
|
| 80 |
+
typing_extensions==4.13.0
|
| 81 |
+
tzdata==2025.2
|
| 82 |
urllib3==2.2.1
|
| 83 |
+
uvicorn==0.34.0
|
| 84 |
+
websockets==15.0.1
|
| 85 |
Werkzeug==3.0.2
|
| 86 |
xgboost==2.0.3
|