Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ attrs==23.1.0
|
|
| 6 |
blinker==1.6.2
|
| 7 |
cachetools==5.3.1
|
| 8 |
certifi==2023.5.7
|
| 9 |
-
charset-normalizer==3.
|
| 10 |
click==8.1.4
|
| 11 |
datasets==2.13.1
|
| 12 |
decorator==5.1.1
|
|
@@ -16,9 +16,9 @@ frozenlist==1.3.3
|
|
| 16 |
fsspec==2023.6.0
|
| 17 |
gitdb==4.0.10
|
| 18 |
GitPython==3.1.31
|
| 19 |
-
huggingface-hub==0.16.
|
| 20 |
idna==3.4
|
| 21 |
-
importlib-metadata==6.
|
| 22 |
Jinja2==3.1.2
|
| 23 |
jsonschema==4.18.0
|
| 24 |
jsonschema-specifications==2023.6.1
|
|
@@ -29,11 +29,11 @@ mpmath==1.3.0
|
|
| 29 |
multidict==6.0.4
|
| 30 |
multiprocess==0.70.14
|
| 31 |
networkx==3.1
|
| 32 |
-
numpy==1.25.
|
| 33 |
packaging==23.1
|
| 34 |
pandas==2.0.3
|
| 35 |
Pillow==9.5.0
|
| 36 |
-
protobuf==4.23.
|
| 37 |
pyarrow==12.0.1
|
| 38 |
pydeck==0.8.1b0
|
| 39 |
Pygments==2.15.1
|
|
@@ -46,12 +46,11 @@ referencing==0.29.1
|
|
| 46 |
regex==2023.6.3
|
| 47 |
requests==2.31.0
|
| 48 |
rich==13.4.2
|
| 49 |
-
rpds-py==0.8.
|
| 50 |
safetensors==0.3.1
|
| 51 |
-
scipy==1.11.1
|
| 52 |
six==1.16.0
|
| 53 |
smmap==5.0.0
|
| 54 |
-
streamlit==1.24.
|
| 55 |
sympy==1.12
|
| 56 |
tenacity==8.2.2
|
| 57 |
tokenizers==0.13.3
|
|
@@ -68,4 +67,4 @@ urllib3==2.0.3
|
|
| 68 |
validators==0.20.0
|
| 69 |
xxhash==3.2.0
|
| 70 |
yarl==1.9.2
|
| 71 |
-
zipp==3.
|
|
|
|
| 6 |
blinker==1.6.2
|
| 7 |
cachetools==5.3.1
|
| 8 |
certifi==2023.5.7
|
| 9 |
+
charset-normalizer==3.2.0
|
| 10 |
click==8.1.4
|
| 11 |
datasets==2.13.1
|
| 12 |
decorator==5.1.1
|
|
|
|
| 16 |
fsspec==2023.6.0
|
| 17 |
gitdb==4.0.10
|
| 18 |
GitPython==3.1.31
|
| 19 |
+
huggingface-hub==0.16.4
|
| 20 |
idna==3.4
|
| 21 |
+
importlib-metadata==6.8.0
|
| 22 |
Jinja2==3.1.2
|
| 23 |
jsonschema==4.18.0
|
| 24 |
jsonschema-specifications==2023.6.1
|
|
|
|
| 29 |
multidict==6.0.4
|
| 30 |
multiprocess==0.70.14
|
| 31 |
networkx==3.1
|
| 32 |
+
numpy==1.25.1
|
| 33 |
packaging==23.1
|
| 34 |
pandas==2.0.3
|
| 35 |
Pillow==9.5.0
|
| 36 |
+
protobuf==4.23.4
|
| 37 |
pyarrow==12.0.1
|
| 38 |
pydeck==0.8.1b0
|
| 39 |
Pygments==2.15.1
|
|
|
|
| 46 |
regex==2023.6.3
|
| 47 |
requests==2.31.0
|
| 48 |
rich==13.4.2
|
| 49 |
+
rpds-py==0.8.10
|
| 50 |
safetensors==0.3.1
|
|
|
|
| 51 |
six==1.16.0
|
| 52 |
smmap==5.0.0
|
| 53 |
+
streamlit==1.24.1
|
| 54 |
sympy==1.12
|
| 55 |
tenacity==8.2.2
|
| 56 |
tokenizers==0.13.3
|
|
|
|
| 67 |
validators==0.20.0
|
| 68 |
xxhash==3.2.0
|
| 69 |
yarl==1.9.2
|
| 70 |
+
zipp==3.16.0
|