Skip to content

Commit 9a3504c

Browse files
authored
Merge pull request #140 from aryamanarora/main
[P0] fix requirements.txt
2 parents 961931e + 116453b commit 9a3504c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
torch>=2.0.0
2-
transformers==4.38.1
3-
datasets==2.16.1
4-
protobuf==3.20.*
5-
matplotlib==3.7.4
6-
seaborn==0.13.1
7-
ipywidgets==8.1.1
8-
plotnine==0.12.4
2+
transformers>=4.38.1
3+
datasets>=2.16.1
4+
protobuf>=3.20.*
5+
matplotlib>=3.7.4
6+
seaborn>=0.13.1
7+
ipywidgets>=8.1.1
8+
plotnine>=0.12.4
99
huggingface-hub==0.20.3
10-
numpy==1.23.5
11-
fsspec==2023.6.0
10+
numpy>=1.23.5
11+
fsspec>=2023.6.0
1212
accelerate>=0.26.1
13-
sentencepiece==0.1.96
13+
sentencepiece>=0.1.96

0 commit comments

Comments
 (0)