UCS2014 commited on
Commit
47e7e1f
·
verified ·
1 Parent(s): 6e8221a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,9 +1,11 @@
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.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
+