Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +48 -42
requirements.txt
CHANGED
|
@@ -1,53 +1,59 @@
|
|
| 1 |
-
altair==5.
|
| 2 |
-
attrs==
|
| 3 |
-
blinker==1.
|
| 4 |
-
cachetools==5.5.
|
| 5 |
-
certifi==
|
| 6 |
-
charset-normalizer==3.
|
| 7 |
-
click==8.1.
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
idna==3.10
|
| 14 |
-
|
|
|
|
| 15 |
jsonschema==4.23.0
|
| 16 |
-
jsonschema-specifications==
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
mpmath==1.3.0
|
| 19 |
-
narwhals==1.
|
| 20 |
networkx==3.3
|
| 21 |
-
numpy==2.
|
| 22 |
-
packaging==24.
|
| 23 |
pandas==2.2.3
|
| 24 |
-
pillow==
|
| 25 |
-
protobuf==5.
|
| 26 |
-
pyarrow==
|
| 27 |
pydeck==0.9.1
|
|
|
|
| 28 |
python-dateutil==2.9.0.post0
|
| 29 |
-
pytz==
|
| 30 |
PyYAML==6.0.2
|
| 31 |
-
referencing==0.
|
| 32 |
-
regex==2024.
|
| 33 |
requests==2.32.3
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
| 43 |
toml==0.10.2
|
| 44 |
-
torch==2.
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
tqdm==4.67.1
|
| 49 |
-
transformers==4.50.0
|
| 50 |
typing_extensions==4.12.2
|
| 51 |
-
tzdata==
|
| 52 |
-
urllib3==2.
|
| 53 |
-
watchdog==
|
|
|
|
|
|
| 1 |
+
altair==5.4.1
|
| 2 |
+
attrs==24.2.0
|
| 3 |
+
blinker==1.8.2
|
| 4 |
+
cachetools==5.5.0
|
| 5 |
+
certifi==2024.8.30
|
| 6 |
+
charset-normalizer==3.3.2
|
| 7 |
+
click==8.1.7
|
| 8 |
+
colorama==0.4.6
|
| 9 |
+
filelock==3.16.1
|
| 10 |
+
Flask==3.0.3
|
| 11 |
+
fsspec==2024.9.0
|
| 12 |
+
gitdb==4.0.11
|
| 13 |
+
GitPython==3.1.43
|
| 14 |
+
huggingface-hub==0.25.0
|
| 15 |
idna==3.10
|
| 16 |
+
itsdangerous==2.2.0
|
| 17 |
+
Jinja2==3.1.4
|
| 18 |
jsonschema==4.23.0
|
| 19 |
+
jsonschema-specifications==2023.12.1
|
| 20 |
+
markdown-it-py==3.0.0
|
| 21 |
+
MarkupSafe==2.1.5
|
| 22 |
+
mdurl==0.1.2
|
| 23 |
mpmath==1.3.0
|
| 24 |
+
narwhals==1.8.2
|
| 25 |
networkx==3.3
|
| 26 |
+
numpy==2.1.1
|
| 27 |
+
packaging==24.1
|
| 28 |
pandas==2.2.3
|
| 29 |
+
pillow==10.4.0
|
| 30 |
+
protobuf==5.28.2
|
| 31 |
+
pyarrow==17.0.0
|
| 32 |
pydeck==0.9.1
|
| 33 |
+
Pygments==2.18.0
|
| 34 |
python-dateutil==2.9.0.post0
|
| 35 |
+
pytz==2024.2
|
| 36 |
PyYAML==6.0.2
|
| 37 |
+
referencing==0.35.1
|
| 38 |
+
regex==2024.9.11
|
| 39 |
requests==2.32.3
|
| 40 |
+
rich==13.8.1
|
| 41 |
+
rpds-py==0.20.0
|
| 42 |
+
safetensors==0.4.5
|
| 43 |
+
setuptools==75.1.0
|
| 44 |
+
six==1.16.0
|
| 45 |
+
smmap==5.0.1
|
| 46 |
+
streamlit==1.38.0
|
| 47 |
+
sympy==1.13.3
|
| 48 |
+
tenacity==8.5.0
|
| 49 |
+
tokenizers==0.19.1
|
| 50 |
toml==0.10.2
|
| 51 |
+
torch==2.4.1
|
| 52 |
+
tornado==6.4.1
|
| 53 |
+
tqdm==4.66.5
|
| 54 |
+
transformers==4.44.2
|
|
|
|
|
|
|
| 55 |
typing_extensions==4.12.2
|
| 56 |
+
tzdata==2024.1
|
| 57 |
+
urllib3==2.2.3
|
| 58 |
+
watchdog==4.0.2
|
| 59 |
+
Werkzeug==3.0.4
|