Spaces:
Sleeping
Sleeping
update packages
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
|
@@ -5,8 +5,11 @@ cachetools==5.3.2
|
|
| 5 |
certifi==2023.7.22
|
| 6 |
charset-normalizer==3.3.2
|
| 7 |
click==8.1.7
|
|
|
|
|
|
|
| 8 |
gitdb==4.0.11
|
| 9 |
GitPython==3.1.40
|
|
|
|
| 10 |
idna==3.4
|
| 11 |
importlib-metadata==6.8.0
|
| 12 |
Jinja2==3.1.2
|
|
@@ -15,6 +18,8 @@ jsonschema-specifications==2023.7.1
|
|
| 15 |
markdown-it-py==3.0.0
|
| 16 |
MarkupSafe==2.1.3
|
| 17 |
mdurl==0.1.2
|
|
|
|
|
|
|
| 18 |
numpy==1.26.1
|
| 19 |
packaging==23.2
|
| 20 |
pandas==2.1.2
|
|
@@ -25,17 +30,25 @@ pydeck==0.8.1b0
|
|
| 25 |
Pygments==2.16.1
|
| 26 |
python-dateutil==2.8.2
|
| 27 |
pytz==2023.3.post1
|
|
|
|
| 28 |
referencing==0.30.2
|
|
|
|
| 29 |
requests==2.31.0
|
| 30 |
rich==13.6.0
|
| 31 |
rpds-py==0.12.0
|
|
|
|
| 32 |
six==1.16.0
|
| 33 |
smmap==5.0.1
|
| 34 |
streamlit==1.28.1
|
|
|
|
| 35 |
tenacity==8.2.3
|
|
|
|
| 36 |
toml==0.10.2
|
| 37 |
toolz==0.12.0
|
|
|
|
| 38 |
tornado==6.3.3
|
|
|
|
|
|
|
| 39 |
typing_extensions==4.8.0
|
| 40 |
tzdata==2023.3
|
| 41 |
tzlocal==5.2
|
|
|
|
| 5 |
certifi==2023.7.22
|
| 6 |
charset-normalizer==3.3.2
|
| 7 |
click==8.1.7
|
| 8 |
+
filelock==3.13.1
|
| 9 |
+
fsspec==2023.10.0
|
| 10 |
gitdb==4.0.11
|
| 11 |
GitPython==3.1.40
|
| 12 |
+
huggingface-hub==0.17.3
|
| 13 |
idna==3.4
|
| 14 |
importlib-metadata==6.8.0
|
| 15 |
Jinja2==3.1.2
|
|
|
|
| 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.2.1
|
| 23 |
numpy==1.26.1
|
| 24 |
packaging==23.2
|
| 25 |
pandas==2.1.2
|
|
|
|
| 30 |
Pygments==2.16.1
|
| 31 |
python-dateutil==2.8.2
|
| 32 |
pytz==2023.3.post1
|
| 33 |
+
PyYAML==6.0.1
|
| 34 |
referencing==0.30.2
|
| 35 |
+
regex==2023.10.3
|
| 36 |
requests==2.31.0
|
| 37 |
rich==13.6.0
|
| 38 |
rpds-py==0.12.0
|
| 39 |
+
safetensors==0.4.0
|
| 40 |
six==1.16.0
|
| 41 |
smmap==5.0.1
|
| 42 |
streamlit==1.28.1
|
| 43 |
+
sympy==1.12
|
| 44 |
tenacity==8.2.3
|
| 45 |
+
tokenizers==0.14.1
|
| 46 |
toml==0.10.2
|
| 47 |
toolz==0.12.0
|
| 48 |
+
torch==2.1.0
|
| 49 |
tornado==6.3.3
|
| 50 |
+
tqdm==4.66.1
|
| 51 |
+
transformers==4.35.0
|
| 52 |
typing_extensions==4.8.0
|
| 53 |
tzdata==2023.3
|
| 54 |
tzlocal==5.2
|