mnurbani commited on
Commit
b91cde9
·
verified ·
1 Parent(s): 51e74d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
- seaborn
2
- pandas
3
- matplotlib
4
- streamlit
5
- plotly
6
- scikit-learn==1.0.2
7
- numpy
8
- joblib
 
1
+ streamlit==1.32.0
2
+ scikit-learn==1.4.2
3
+ pandas==2.2.2
4
+ seaborn==0.13.2
5
+ matplotlib==3.8.4