Skip to content

Commit

Permalink
fix reqs to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamanarora committed Apr 1, 2024
1 parent 961931e commit 116453b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
torch>=2.0.0
transformers==4.38.1
datasets==2.16.1
protobuf==3.20.*
matplotlib==3.7.4
seaborn==0.13.1
ipywidgets==8.1.1
plotnine==0.12.4
transformers>=4.38.1
datasets>=2.16.1
protobuf>=3.20.*
matplotlib>=3.7.4
seaborn>=0.13.1
ipywidgets>=8.1.1
plotnine>=0.12.4
huggingface-hub==0.20.3
numpy==1.23.5
fsspec==2023.6.0
numpy>=1.23.5
fsspec>=2023.6.0
accelerate>=0.26.1
sentencepiece==0.1.96
sentencepiece>=0.1.96

0 comments on commit 116453b

Please sign in to comment.