Spaces:
Runtime error
Runtime error
Commit
·
2fcc1ad
1
Parent(s):
a84678a
add requirements.txt
Browse files- requirements.txt +70 -0
requirements.txt
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiofiles==23.2.1
|
| 2 |
+
aiohttp==3.8.5
|
| 3 |
+
aiosignal==1.3.1
|
| 4 |
+
altair==5.1.1
|
| 5 |
+
annotated-types==0.5.0
|
| 6 |
+
anyio==3.7.1
|
| 7 |
+
async-timeout==4.0.3
|
| 8 |
+
attrs==23.1.0
|
| 9 |
+
certifi==2023.7.22
|
| 10 |
+
charset-normalizer==3.2.0
|
| 11 |
+
click==8.1.7
|
| 12 |
+
contourpy==1.1.1
|
| 13 |
+
cycler==0.11.0
|
| 14 |
+
datasets==2.14.5
|
| 15 |
+
dill==0.3.7
|
| 16 |
+
evaluate==0.4.0
|
| 17 |
+
exceptiongroup==1.1.3
|
| 18 |
+
fastapi==0.103.1
|
| 19 |
+
ffmpy==0.3.1
|
| 20 |
+
filelock==3.12.4
|
| 21 |
+
fonttools==4.42.1
|
| 22 |
+
frozenlist==1.4.0
|
| 23 |
+
fsspec==2023.6.0
|
| 24 |
+
gradio==3.45.1
|
| 25 |
+
gradio_client==0.5.2
|
| 26 |
+
h11==0.14.0
|
| 27 |
+
httpcore==0.18.0
|
| 28 |
+
httpx==0.25.0
|
| 29 |
+
huggingface-hub==0.17.3
|
| 30 |
+
idna==3.4
|
| 31 |
+
importlib-resources==6.1.0
|
| 32 |
+
Jinja2==3.1.2
|
| 33 |
+
jsonschema==4.19.1
|
| 34 |
+
jsonschema-specifications==2023.7.1
|
| 35 |
+
kiwisolver==1.4.5
|
| 36 |
+
MarkupSafe==2.1.3
|
| 37 |
+
matplotlib==3.8.0
|
| 38 |
+
multidict==6.0.4
|
| 39 |
+
multiprocess==0.70.15
|
| 40 |
+
numpy==1.26.0
|
| 41 |
+
orjson==3.9.7
|
| 42 |
+
packaging==23.1
|
| 43 |
+
pandas==2.1.1
|
| 44 |
+
Pillow==10.0.1
|
| 45 |
+
pyarrow==13.0.0
|
| 46 |
+
pydantic==2.4.2
|
| 47 |
+
pydantic_core==2.10.1
|
| 48 |
+
pydub==0.25.1
|
| 49 |
+
pyparsing==3.1.1
|
| 50 |
+
python-dateutil==2.8.2
|
| 51 |
+
python-multipart==0.0.6
|
| 52 |
+
pytz==2023.3.post1
|
| 53 |
+
PyYAML==6.0.1
|
| 54 |
+
referencing==0.30.2
|
| 55 |
+
requests==2.31.0
|
| 56 |
+
responses==0.18.0
|
| 57 |
+
rpds-py==0.10.3
|
| 58 |
+
semantic-version==2.10.0
|
| 59 |
+
six==1.16.0
|
| 60 |
+
sniffio==1.3.0
|
| 61 |
+
starlette==0.27.0
|
| 62 |
+
toolz==0.12.0
|
| 63 |
+
tqdm==4.66.1
|
| 64 |
+
typing_extensions==4.8.0
|
| 65 |
+
tzdata==2023.3
|
| 66 |
+
urllib3==2.0.5
|
| 67 |
+
uvicorn==0.23.2
|
| 68 |
+
websockets==11.0.3
|
| 69 |
+
xxhash==3.3.0
|
| 70 |
+
yarl==1.9.2
|