Spaces:
Sleeping
Sleeping
Update mcp_output/requirements.txt
Browse files
mcp_output/requirements.txt
CHANGED
|
@@ -1,15 +1,9 @@
|
|
| 1 |
# MatDeepLearn MCP Service Requirements
|
|
|
|
| 2 |
|
| 3 |
# Core MCP Framework
|
| 4 |
fastmcp>=2.0.0
|
| 5 |
|
| 6 |
-
# PyTorch - CPU version for HuggingFace Space
|
| 7 |
-
torch>=2.0.0
|
| 8 |
-
|
| 9 |
-
# PyTorch Geometric - 使用预编译的 wheel
|
| 10 |
-
# 注意:torch-scatter, torch-sparse 等需要在 Dockerfile 中单独安装
|
| 11 |
-
torch-geometric>=2.0.0
|
| 12 |
-
|
| 13 |
# Scientific Computing
|
| 14 |
numpy>=1.20.0
|
| 15 |
scipy>=1.6.0
|
|
|
|
| 1 |
# MatDeepLearn MCP Service Requirements
|
| 2 |
+
# Note: torch, torch-geometric and extensions are installed in Dockerfile
|
| 3 |
|
| 4 |
# Core MCP Framework
|
| 5 |
fastmcp>=2.0.0
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
# Scientific Computing
|
| 8 |
numpy>=1.20.0
|
| 9 |
scipy>=1.6.0
|