Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Aug 24, 2024
1 parent a4f1dec commit 9c820ec
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
transformers==4.20.0
datasets>=2.2.0
pyarrow==8.0.0
jsonlines
numpy
requests>=2.26.0
transformers>=4.20,<5.0
datasets>=2.20,<3.0
pyarrow>=17.0,<18.0
numpy>=1.0,<=1.26.4
requests>=2.26,<3.0
scikit_learn>=1.0.2
scipy
sentence_transformers>=3.0.1
torch
tqdm
rich
tensorboard
huggingface-hub>=0.19.0
scipy>=1.14,<2.0
sentence-transformers>=3.0.1,<4.0
torch>=2.0
tqdm>=4.0,<5.0
rich>=13.0,<14.0
huggingface-hub==0.24.1

0 comments on commit 9c820ec

Please sign in to comment.