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