Spaces:
Runtime error
Runtime error
Commit
·
354a029
1
Parent(s):
d2970d2
chore: Update requirements
Browse files- requirements.txt +41 -56
requirements.txt
CHANGED
|
@@ -1,90 +1,75 @@
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
-
aiohttp==3.8.3
|
| 3 |
-
aiosignal==1.3.1
|
| 4 |
annotated-types==0.7.0
|
| 5 |
-
anyio==
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
click==8.1.3
|
| 14 |
-
contourpy==1.0.6
|
| 15 |
-
cryptography==38.0.4
|
| 16 |
-
cycler==0.11.0
|
| 17 |
fastapi==0.112.2
|
| 18 |
fasttext-wheel==0.9.2
|
| 19 |
-
ffmpy==0.
|
| 20 |
-
filelock==3.
|
| 21 |
-
fonttools==4.
|
| 22 |
-
frozenlist==1.3.3
|
| 23 |
fsspec==2024.6.1
|
| 24 |
-
gdown==4.
|
| 25 |
gradio==4.42.0
|
| 26 |
gradio_client==1.3.0
|
| 27 |
h11==0.14.0
|
| 28 |
httpcore==1.0.5
|
| 29 |
httpx==0.27.0
|
| 30 |
huggingface-hub==0.24.6
|
| 31 |
-
idna==3.
|
| 32 |
importlib_resources==6.4.4
|
| 33 |
-
Jinja2==3.1.
|
| 34 |
-
kiwisolver==1.4.
|
| 35 |
-
|
| 36 |
-
luga==0.2.6
|
| 37 |
markdown-it-py==3.0.0
|
| 38 |
-
MarkupSafe==2.1.
|
| 39 |
-
matplotlib==3.
|
| 40 |
-
mdit-py-plugins==0.3.1
|
| 41 |
mdurl==0.1.2
|
| 42 |
mpmath==1.3.0
|
| 43 |
-
|
| 44 |
-
networkx==3.1
|
| 45 |
nptyping==1.4.4
|
| 46 |
-
numpy==1.
|
| 47 |
-
orjson==3.
|
| 48 |
-
packaging==
|
| 49 |
-
pandas==
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
pybind11==2.10.1
|
| 53 |
-
pycparser==2.21
|
| 54 |
-
pycryptodome==3.16.0
|
| 55 |
pydantic==2.8.2
|
| 56 |
pydantic_core==2.20.1
|
| 57 |
pydub==0.25.1
|
| 58 |
Pygments==2.18.0
|
| 59 |
-
|
| 60 |
-
pyparsing==3.0.9
|
| 61 |
PySocks==1.7.1
|
| 62 |
-
python-dateutil==2.
|
| 63 |
python-multipart==0.0.9
|
| 64 |
-
pytz==
|
| 65 |
-
PyYAML==6.0
|
| 66 |
-
regex==
|
| 67 |
requests==2.32.3
|
| 68 |
-
rfc3986==1.5.0
|
| 69 |
rich==13.8.0
|
| 70 |
ruff==0.6.2
|
|
|
|
| 71 |
semantic-version==2.10.0
|
| 72 |
shellingham==1.5.4
|
| 73 |
six==1.16.0
|
| 74 |
-
sniffio==1.3.
|
| 75 |
-
soupsieve==2.
|
| 76 |
starlette==0.38.2
|
| 77 |
-
sympy==1.
|
| 78 |
-
tokenizers==0.
|
| 79 |
tomlkit==0.12.0
|
| 80 |
-
torch==2.
|
| 81 |
-
tqdm==4.
|
| 82 |
-
transformers==4.
|
| 83 |
typer==0.12.5
|
| 84 |
typing_extensions==4.12.2
|
| 85 |
typish==1.9.3
|
| 86 |
-
|
| 87 |
urllib3==2.2.2
|
| 88 |
-
uvicorn==0.
|
| 89 |
-
websockets==
|
| 90 |
-
yarl==1.8.1
|
|
|
|
| 1 |
aiofiles==23.2.1
|
|
|
|
|
|
|
| 2 |
annotated-types==0.7.0
|
| 3 |
+
anyio==4.4.0
|
| 4 |
+
beautifulsoup4==4.12.3
|
| 5 |
+
certifi==2024.7.4
|
| 6 |
+
charset-normalizer==3.3.2
|
| 7 |
+
click==8.1.7
|
| 8 |
+
contourpy==1.2.1
|
| 9 |
+
cycler==0.12.1
|
| 10 |
+
exceptiongroup==1.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
fastapi==0.112.2
|
| 12 |
fasttext-wheel==0.9.2
|
| 13 |
+
ffmpy==0.4.0
|
| 14 |
+
filelock==3.15.4
|
| 15 |
+
fonttools==4.53.1
|
|
|
|
| 16 |
fsspec==2024.6.1
|
| 17 |
+
gdown==4.7.3
|
| 18 |
gradio==4.42.0
|
| 19 |
gradio_client==1.3.0
|
| 20 |
h11==0.14.0
|
| 21 |
httpcore==1.0.5
|
| 22 |
httpx==0.27.0
|
| 23 |
huggingface-hub==0.24.6
|
| 24 |
+
idna==3.8
|
| 25 |
importlib_resources==6.4.4
|
| 26 |
+
Jinja2==3.1.4
|
| 27 |
+
kiwisolver==1.4.5
|
| 28 |
+
luga==0.2.7
|
|
|
|
| 29 |
markdown-it-py==3.0.0
|
| 30 |
+
MarkupSafe==2.1.5
|
| 31 |
+
matplotlib==3.9.2
|
|
|
|
| 32 |
mdurl==0.1.2
|
| 33 |
mpmath==1.3.0
|
| 34 |
+
networkx==3.3
|
|
|
|
| 35 |
nptyping==1.4.4
|
| 36 |
+
numpy==1.26.4
|
| 37 |
+
orjson==3.10.7
|
| 38 |
+
packaging==24.1
|
| 39 |
+
pandas==2.2.2
|
| 40 |
+
pillow==10.4.0
|
| 41 |
+
pybind11==2.13.5
|
|
|
|
|
|
|
|
|
|
| 42 |
pydantic==2.8.2
|
| 43 |
pydantic_core==2.20.1
|
| 44 |
pydub==0.25.1
|
| 45 |
Pygments==2.18.0
|
| 46 |
+
pyparsing==3.1.4
|
|
|
|
| 47 |
PySocks==1.7.1
|
| 48 |
+
python-dateutil==2.9.0.post0
|
| 49 |
python-multipart==0.0.9
|
| 50 |
+
pytz==2024.1
|
| 51 |
+
PyYAML==6.0.2
|
| 52 |
+
regex==2024.7.24
|
| 53 |
requests==2.32.3
|
|
|
|
| 54 |
rich==13.8.0
|
| 55 |
ruff==0.6.2
|
| 56 |
+
safetensors==0.4.4
|
| 57 |
semantic-version==2.10.0
|
| 58 |
shellingham==1.5.4
|
| 59 |
six==1.16.0
|
| 60 |
+
sniffio==1.3.1
|
| 61 |
+
soupsieve==2.6
|
| 62 |
starlette==0.38.2
|
| 63 |
+
sympy==1.13.2
|
| 64 |
+
tokenizers==0.19.1
|
| 65 |
tomlkit==0.12.0
|
| 66 |
+
torch==2.4.0
|
| 67 |
+
tqdm==4.66.5
|
| 68 |
+
transformers==4.44.2
|
| 69 |
typer==0.12.5
|
| 70 |
typing_extensions==4.12.2
|
| 71 |
typish==1.9.3
|
| 72 |
+
tzdata==2024.1
|
| 73 |
urllib3==2.2.2
|
| 74 |
+
uvicorn==0.30.6
|
| 75 |
+
websockets==12.0
|
|
|