Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.37.1
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
numpy==2.0.1
|
| 4 |
+
scikit-learn==1.5.1
|
| 5 |
+
joblib==1.4.2
|