Spaces:
Sleeping
Sleeping
Commit ·
baa3ca8
1
Parent(s): 9037654
Changes in deployment+++
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
scikit-learn
|
| 4 |
numpy
|
| 5 |
-
xgboost
|
| 6 |
joblib
|
| 7 |
-
pandas
|
| 8 |
matplotlib
|
| 9 |
httpx
|
| 10 |
python-dotenv
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
scikit-learn==1.2.2
|
| 4 |
numpy
|
| 5 |
+
xgboost==1.7.6
|
| 6 |
joblib
|
| 7 |
+
pandas==1.5.3
|
| 8 |
matplotlib
|
| 9 |
httpx
|
| 10 |
python-dotenv
|