Spaces:
Sleeping
Sleeping
Sam Orion commited on
Commit ·
fc0d15a
1
Parent(s): f938304
Fixed Numpy version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
torch
|
| 4 |
-
numpy
|
| 5 |
scikit-learn==1.6.1
|
| 6 |
pandas
|
| 7 |
python-multipart
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
torch
|
| 4 |
+
numpy<2.0
|
| 5 |
scikit-learn==1.6.1
|
| 6 |
pandas
|
| 7 |
python-multipart
|