Spaces:
Sleeping
Sleeping
Anthony Oluyele commited on
Commit ·
1f7e5c3
1
Parent(s): 110f4a9
Fix: downgrade numpy version for Python 3.10 compatibility
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -9,8 +9,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=
|
| 13 |
-
scipy=
|
| 14 |
sniffio==1.3.1
|
| 15 |
starlette==0.46.2
|
| 16 |
threadpoolctl==3.6.0
|
|
|
|
| 9 |
numpy>=1.23,<2.3
|
| 10 |
pydantic==2.11.7
|
| 11 |
pydantic_core==2.33.2
|
| 12 |
+
scikit-learn>=1.0,<1.4
|
| 13 |
+
scipy>=1.4,<1.12
|
| 14 |
sniffio==1.3.1
|
| 15 |
starlette==0.46.2
|
| 16 |
threadpoolctl==3.6.0
|