Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.33.0
|
| 2 |
+
scikit-learn>=1.4.0
|
| 3 |
+
pandas>=2.1.0
|
| 4 |
+
numpy>=1.26.0
|
| 5 |
+
joblib>=1.3.0
|
| 6 |
+
Pillow>=10.0.0
|