mbwanaf commited on
Commit
e89ef15
·
verified ·
1 Parent(s): 3b511c6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- streamlit
2
- torch
3
- torchvision
4
- transformers
5
- pillow
6
- scikit-learn
 
1
+ streamlit==1.35.0
2
+ torch==2.3.0
3
+ transformers==4.40.2
4
+ pillow==10.3.0
5
+ scikit-learn==1.4.2
6
+ joblib==1.4.0