aniket47 commited on
Commit
8e53afa
·
1 Parent(s): cf9768a

Fix: Remove version constraints causing huggingface-hub conflict

Browse files
Files changed (1) hide show
  1. 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,<0.15.0
43
 
44
  # For HuggingFace Hub
45
- huggingface-hub>=0.16.0,<1.0.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