UCS2014 commited on
Commit
935d4b1
·
verified ·
1 Parent(s): a68e4d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  streamlit>=1.33
2
  pandas>=2.0
3
- numpy>=1.24
4
- scikit-learn>=1.3
5
  matplotlib>=3.7
6
  joblib>=1.3
7
  openpyxl>=3.1
8
  requests>=2.31
9
  plotly>=5
 
 
1
  streamlit>=1.33
2
  pandas>=2.0
3
+ numpy>=1.24.1
4
+ scikit-learn>=1.5
5
  matplotlib>=3.7
6
  joblib>=1.3
7
  openpyxl>=3.1
8
  requests>=2.31
9
  plotly>=5
10
+ scipy>=1.10