Spaces:
Sleeping
Sleeping
Anthony Oluyele commited on
Commit ·
110f4a9
1
Parent(s): 4c20ed7
Fix: downgrade numpy version for Python 3.10 compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ fastapi==0.115.14
|
|
| 6 |
h11==0.16.0
|
| 7 |
idna==3.10
|
| 8 |
joblib==1.5.1
|
| 9 |
-
numpy=
|
| 10 |
pydantic==2.11.7
|
| 11 |
pydantic_core==2.33.2
|
| 12 |
scikit-learn==1.7.0
|
|
|
|
| 6 |
h11==0.16.0
|
| 7 |
idna==3.10
|
| 8 |
joblib==1.5.1
|
| 9 |
+
numpy>=1.23,<2.3
|
| 10 |
pydantic==2.11.7
|
| 11 |
pydantic_core==2.33.2
|
| 12 |
scikit-learn==1.7.0
|