Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
joblib
|
| 6 |
-
pydantic
|
| 7 |
-
# We keep the main library, but remove the dependencies that cause errors
|
| 8 |
-
torch-geometric
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
numpy<2.0.0
|
| 4 |
+
scikit-learn
|
| 5 |
+
joblib
|
| 6 |
+
pydantic
|
|
|
|
|
|