Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -29,7 +29,7 @@ sentencepiece>=0.2.0
|
|
| 29 |
|
| 30 |
# Misc
|
| 31 |
python-dotenv>=1.0.0
|
| 32 |
-
huggingface_hub>=
|
| 33 |
pyyaml>=6.0
|
| 34 |
tqdm>=4.66.0
|
| 35 |
httpx>=0.27.0
|
|
|
|
| 29 |
|
| 30 |
# Misc
|
| 31 |
python-dotenv>=1.0.0
|
| 32 |
+
huggingface_hub>=0.26.0,<1.0
|
| 33 |
pyyaml>=6.0
|
| 34 |
tqdm>=4.66.0
|
| 35 |
httpx>=0.27.0
|