Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
scikit-learn==1.2.2
|
|
|
|
|
3 |
pandas
|
4 |
-
numpy
|
5 |
matplotlib
|
6 |
-
joblib==1.3.2
|
|
|
1 |
+
numpy>=1.21
|
2 |
scikit-learn==1.2.2
|
3 |
+
joblib==1.3.2
|
4 |
+
streamlit
|
5 |
pandas
|
|
|
6 |
matplotlib
|
|