HassanJalil commited on
Commit
8481ed9
·
verified ·
1 Parent(s): 71653df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
1
+ streamlit>=1.28.0
2
+ google-generativeai>=0.3.0
3
+ pandas>=1.5.0
4
+ numpy>=1.21.0
5
+ scikit-learn>=1.3.0
6
+ python-dotenv>=1.0.0