Abdullah-Basar commited on
Commit
bdb0efc
·
verified ·
1 Parent(s): 373619f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- streamlit==1.18.0
 
 
 
 
 
2
  groq
3
- transformers==4.30.0
4
- torch==2.1.0
5
- pandas==1.5.3
6
- matplotlib==3.6.3
7
- numpy>=1.23.0
8
 
 
1
+ numpy>=1.24.3
2
+ pandas>=1.5.3
3
+ matplotlib>=3.6.0
4
+ streamlit>=1.21.0
5
+ transformers>=4.29.0
6
+ torch>=2.0.0
7
  groq
 
 
 
 
 
8