Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -17,7 +17,7 @@ plotly>=5.18.0
|
|
| 17 |
matplotlib>=3.5.0
|
| 18 |
|
| 19 |
# HuggingFace Hub for data download
|
| 20 |
-
huggingface_hub>=0.19.0
|
| 21 |
|
| 22 |
# Optional but useful
|
| 23 |
scipy>=1.7.0
|
|
|
|
| 17 |
matplotlib>=3.5.0
|
| 18 |
|
| 19 |
# HuggingFace Hub for data download
|
| 20 |
+
huggingface_hub>=0.19.0,<0.28.0
|
| 21 |
|
| 22 |
# Optional but useful
|
| 23 |
scipy>=1.7.0
|