Bhupen commited on
Commit
2da6852
·
1 Parent(s): 4228d91

Clustering intro

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- numpy>=1.24.0
2
- pandas>=1.5.0
3
- scikit-learn>=1.2.0
4
- matplotlib>=3.6.0
 
 
 
1
+ streamlit
2
+ scikit-learn
3
+ pandas
4
+ seaborn
5
+ matplotlib
6
+ statsmodels>=0.13.0