Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=2.0.0
|
| 2 |
+
scikit-learn>=1.3.0
|
| 3 |
+
pydantic>=2.0.0
|
| 4 |
+
streamlit>=1.28.0
|
| 5 |
+
xgboost>=3.1.0
|
| 6 |
+
pyyaml>=6.0.0
|