UCS2014 commited on
Commit
e78c427
·
verified ·
1 Parent(s): cc2b0eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
  streamlit>=1.33
2
  pandas>=2.0
3
- numpy==1.24.0
4
- scikit-learn==1.1.3
5
  matplotlib>=3.7
6
- joblib>=1.2,<1.4
7
  openpyxl>=3.1
8
  requests>=2.31
9
  plotly>=5
10
- scipy<1.11
11
-
 
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