Nacho86 commited on
Commit
bc20201
·
verified ·
1 Parent(s): 0e68785

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- streamlit>=1.29.0
2
  transformers>=4.37.0
3
  huggingface-hub>=0.20.0
4
- torch>=2.1.2
5
- tensorflow>=2.15.0
6
- keras>=2.15.0
7
  scikit-learn>=1.2.1
8
  pandas>=2.1.4
9
- numpy>=1.26.3
10
  pillow>=10.2.0
11
  nltk>=3.8.1
12
  altair>=5.2.0
 
1
+ streamlit==1.29.0
2
  transformers>=4.37.0
3
  huggingface-hub>=0.20.0
4
+ tensorflow==2.15.0
5
+ protobuf==3.20.3
6
+ keras==2.15.0
7
  scikit-learn>=1.2.1
8
  pandas>=2.1.4
9
+ numpy<2.0.0
10
  pillow>=10.2.0
11
  nltk>=3.8.1
12
  altair>=5.2.0