Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ fastmcp
|
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
pydantic>=2.0.0
|
|
|
|
| 5 |
numpy
|
| 6 |
setuptools>=42.0.0
|
| 7 |
Cython>=0.20
|
|
|
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
pydantic>=2.0.0
|
| 5 |
+
# PySPH build dependencies (must install before building)
|
| 6 |
numpy
|
| 7 |
setuptools>=42.0.0
|
| 8 |
Cython>=0.20
|