Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
scikit-learn
|
3 |
-
pandas
|
4 |
numpy
|
|
|
1 |
+
streamlit
|
2 |
+
scikit-learn==1.5.1
|
3 |
+
pandas
|
4 |
numpy
|