Fix: Remove version constraints causing huggingface-hub conflict
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -39,7 +39,7 @@ nltk>=3.8
|
|
| 39 |
sentencepiece>=0.1.96
|
| 40 |
|
| 41 |
# For tokenization
|
| 42 |
-
tokenizers>=0.13.0
|
| 43 |
|
| 44 |
# For HuggingFace Hub
|
| 45 |
-
huggingface-hub>=0.16.0
|
|
|
|
| 39 |
sentencepiece>=0.1.96
|
| 40 |
|
| 41 |
# For tokenization
|
| 42 |
+
tokenizers>=0.13.0
|
| 43 |
|
| 44 |
# For HuggingFace Hub
|
| 45 |
+
huggingface-hub>=0.16.0
|