Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -16
requirements.txt
CHANGED
|
@@ -1,18 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
torch
|
| 4 |
-
fastmcp>=2.12.0
|
| 5 |
-
fairscale
|
| 6 |
numpy
|
| 7 |
-
tqdm
|
| 8 |
scipy
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
torch-cluster
|
| 15 |
-
torch-spline-conv
|
| 16 |
-
biotite>=0.37
|
| 17 |
-
fastapi
|
| 18 |
-
uvicorn
|
|
|
|
| 1 |
+
fastmcp>=0.1.0
|
| 2 |
+
pydantic>=2.0.0
|
| 3 |
+
torch
|
|
|
|
|
|
|
| 4 |
numpy
|
|
|
|
| 5 |
scipy
|
| 6 |
+
fairscale
|
| 7 |
+
|
| 8 |
+
# Optional Dependencies
|
| 9 |
+
# matplotlib
|
| 10 |
+
# pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|