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