Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
| 3 |
scikit-learn==1.2.2
|
| 4 |
pickle-mixin
|
| 5 |
pandas
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
numpy==1.24.4
|
| 4 |
scikit-learn==1.2.2
|
| 5 |
pickle-mixin
|
| 6 |
pandas
|