Spaces:
Runtime error
Runtime error
Commit
·
3d1f780
1
Parent(s):
05847d1
Upload requirements.txt
Browse files- requirements.txt +59 -0
requirements.txt
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.0.1
|
| 2 |
+
attrs==23.1.0
|
| 3 |
+
blinker==1.6.2
|
| 4 |
+
cachetools==5.3.1
|
| 5 |
+
certifi==2023.7.22
|
| 6 |
+
charset-normalizer==3.2.0
|
| 7 |
+
click==8.1.7
|
| 8 |
+
filelock==3.12.2
|
| 9 |
+
fsspec==2023.6.0
|
| 10 |
+
gitdb==4.0.10
|
| 11 |
+
GitPython==3.1.32
|
| 12 |
+
huggingface-hub==0.16.4
|
| 13 |
+
idna==3.4
|
| 14 |
+
importlib-metadata==6.8.0
|
| 15 |
+
Jinja2==3.1.2
|
| 16 |
+
jsonschema==4.19.0
|
| 17 |
+
jsonschema-specifications==2023.7.1
|
| 18 |
+
markdown-it-py==3.0.0
|
| 19 |
+
MarkupSafe==2.1.3
|
| 20 |
+
mdurl==0.1.2
|
| 21 |
+
mpmath==1.3.0
|
| 22 |
+
networkx==3.1
|
| 23 |
+
numpy==1.25.2
|
| 24 |
+
packaging==23.1
|
| 25 |
+
pandas==2.0.3
|
| 26 |
+
Pillow==9.5.0
|
| 27 |
+
protobuf==4.24.1
|
| 28 |
+
pyarrow==13.0.0
|
| 29 |
+
pydeck==0.8.0
|
| 30 |
+
Pygments==2.16.1
|
| 31 |
+
Pympler==1.0.1
|
| 32 |
+
python-dateutil==2.8.2
|
| 33 |
+
pytz==2023.3
|
| 34 |
+
pytz-deprecation-shim==0.1.0.post0
|
| 35 |
+
PyYAML==6.0.1
|
| 36 |
+
referencing==0.30.2
|
| 37 |
+
regex==2023.8.8
|
| 38 |
+
requests==2.31.0
|
| 39 |
+
rich==13.5.2
|
| 40 |
+
rpds-py==0.9.2
|
| 41 |
+
safetensors==0.3.3
|
| 42 |
+
six==1.16.0
|
| 43 |
+
smmap==5.0.0
|
| 44 |
+
streamlit==1.25.0
|
| 45 |
+
sympy==1.12
|
| 46 |
+
tenacity==8.2.3
|
| 47 |
+
tokenizers==0.13.3
|
| 48 |
+
toml==0.10.2
|
| 49 |
+
toolz==0.12.0
|
| 50 |
+
torch==2.0.1
|
| 51 |
+
tornado==6.3.3
|
| 52 |
+
tqdm==4.66.1
|
| 53 |
+
transformers==4.32.0
|
| 54 |
+
typing_extensions==4.7.1
|
| 55 |
+
tzdata==2023.3
|
| 56 |
+
tzlocal==4.3.1
|
| 57 |
+
urllib3==2.0.4
|
| 58 |
+
validators==0.21.2
|
| 59 |
+
zipp==3.16.2
|