Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -21
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ blinker==1.9.0
|
|
| 4 |
cachetools==5.5.2
|
| 5 |
certifi==2025.1.31
|
| 6 |
charset-normalizer==3.4.1
|
| 7 |
-
click
|
| 8 |
filelock==3.18.0
|
| 9 |
fsspec==2025.3.0
|
| 10 |
gitdb==4.0.12
|
|
@@ -12,7 +12,7 @@ GitPython==3.1.44
|
|
| 12 |
huggingface-hub==0.29.3
|
| 13 |
idna==3.10
|
| 14 |
Jinja2==3.1.6
|
| 15 |
-
jsonschema
|
| 16 |
jsonschema-specifications==2024.10.1
|
| 17 |
MarkupSafe==3.0.2
|
| 18 |
mpmath==1.3.0
|
|
@@ -22,7 +22,7 @@ numpy==2.2.4
|
|
| 22 |
packaging==24.2
|
| 23 |
pandas==2.2.3
|
| 24 |
pillow==11.1.0
|
| 25 |
-
protobuf
|
| 26 |
pyarrow==19.0.1
|
| 27 |
pydeck==0.9.1
|
| 28 |
python-dateutil==2.9.0.post0
|
|
@@ -33,21 +33,3 @@ regex==2024.11.6
|
|
| 33 |
requests==2.32.3
|
| 34 |
rpds-py==0.23.1
|
| 35 |
safetensors==0.5.3
|
| 36 |
-
setuptools==70.2.0
|
| 37 |
-
six==1.17.0
|
| 38 |
-
smmap==5.0.2
|
| 39 |
-
streamlit==1.43.2
|
| 40 |
-
sympy==1.13.1
|
| 41 |
-
tenacity==9.0.0
|
| 42 |
-
tokenizers==0.21.1
|
| 43 |
-
toml==0.10.2
|
| 44 |
-
torch==2.6.0+cpu
|
| 45 |
-
torchaudio==2.6.0+cpu
|
| 46 |
-
torchvision==0.21.0+cpu
|
| 47 |
-
tornado==6.4.2
|
| 48 |
-
tqdm==4.67.1
|
| 49 |
-
transformers==4.49.0
|
| 50 |
-
typing_extensions==4.12.2
|
| 51 |
-
tzdata==2025.1
|
| 52 |
-
urllib3==2.3.0
|
| 53 |
-
watchdog==6.0.0
|
|
|
|
| 4 |
cachetools==5.5.2
|
| 5 |
certifi==2025.1.31
|
| 6 |
charset-normalizer==3.4.1
|
| 7 |
+
click<8.1
|
| 8 |
filelock==3.18.0
|
| 9 |
fsspec==2025.3.0
|
| 10 |
gitdb==4.0.12
|
|
|
|
| 12 |
huggingface-hub==0.29.3
|
| 13 |
idna==3.10
|
| 14 |
Jinja2==3.1.6
|
| 15 |
+
jsonschema<4.20.0
|
| 16 |
jsonschema-specifications==2024.10.1
|
| 17 |
MarkupSafe==3.0.2
|
| 18 |
mpmath==1.3.0
|
|
|
|
| 22 |
packaging==24.2
|
| 23 |
pandas==2.2.3
|
| 24 |
pillow==11.1.0
|
| 25 |
+
protobuf<4.0
|
| 26 |
pyarrow==19.0.1
|
| 27 |
pydeck==0.9.1
|
| 28 |
python-dateutil==2.9.0.post0
|
|
|
|
| 33 |
requests==2.32.3
|
| 34 |
rpds-py==0.23.1
|
| 35 |
safetensors==0.5.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|