Abubakari commited on
Commit
e354ac5
·
1 Parent(s): 9a00e58

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- streamlit
2
- numpy
3
- scikit-learn
4
- pandas
5
- matplotlib
6
- seaborn
 
 
 
 
1
+ streamlit==1.25.0
2
+ numpy==1.23.5
3
+ scikit-learn==1.2.2
4
+ sklearn-pandas==2.2.0
5
+ joblib==1.3.2
6
+ matplotlib==3.7.1
7
+ matplotlib-inline==0.1.6
8
+ matplotlib-venn==0.11.9
9
+ seaborn==0.12.2