Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.38.0
|
| 2 |
+
scikit-learn==1.5.1
|
| 3 |
+
pandas==2.2.2
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
joblib==1.4.2
|
| 6 |
+
fastapi==0.111.0
|
| 7 |
+
uvicorn==0.30.1
|
| 8 |
+
nest_asyncio==1.6.0
|