Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
scikit-learn==1.0.2
|
| 7 |
-
numpy
|
| 8 |
-
joblib
|
|
|
|
| 1 |
+
streamlit==1.32.0
|
| 2 |
+
scikit-learn==1.4.2
|
| 3 |
+
pandas==2.2.2
|
| 4 |
+
seaborn==0.13.2
|
| 5 |
+
matplotlib==3.8.4
|
|
|
|
|
|
|
|
|