Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -2,12 +2,12 @@ fastmcp
|
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
pydantic>=2.0.0
|
| 5 |
-
bidict=
|
| 6 |
-
h5py=
|
| 7 |
-
matplotlib=
|
| 8 |
-
numpy=
|
| 9 |
-
scikit-learn=
|
| 10 |
-
scipy=
|
| 11 |
-
shortuuid=
|
| 12 |
-
six=
|
| 13 |
-
joblib=
|
|
|
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
pydantic>=2.0.0
|
| 5 |
+
bidict>=0.22.0
|
| 6 |
+
h5py>=3.8.0
|
| 7 |
+
matplotlib>=3.7.0
|
| 8 |
+
numpy>=1.24.0
|
| 9 |
+
scikit-learn>=1.2.0
|
| 10 |
+
scipy>=1.10.0
|
| 11 |
+
shortuuid>=1.0.0
|
| 12 |
+
six>=1.16.0
|
| 13 |
+
joblib>=1.2.0
|