rashid01 commited on
Commit
b43e4c2
·
verified ·
1 Parent(s): 6e8c787

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- streamlit
2
- pandas
3
- numpy
4
- scikit-learn
5
- pickle5
 
 
 
 
6
 
 
1
+ pandas==2.0.3
2
+ numpy==1.24.4
3
+ matplotlib==3.8.0
4
+ seaborn==0.12.2
5
+ scikit-learn==1.3.0
6
+ imblearn==0.0
7
+ joblib==1.3.2
8
+ streamlit==1.24.0
9
+
10