Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
numpy==1.22.0
|
2 |
pickle-mixin==1.0.2
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
1 |
pickle-mixin==1.0.2
|
2 |
+
numpy==1.26.4
|
3 |
+
streamlit==1.24.1
|
4 |
+
scikit-learn==1.4.2
|