Spaces:
Runtime error
Runtime error
Update requirements.txt
#2
by ogayakwad9 - opened
- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
joblib
|
| 4 |
pandas==2.0.3
|
| 5 |
scikit-learn==1.2.2
|
| 6 |
-
pydantic
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn==0.29.0
|
| 3 |
+
joblib==1.3.2
|
| 4 |
pandas==2.0.3
|
| 5 |
scikit-learn==1.2.2
|
| 6 |
+
pydantic==2.6.4
|