Spaces:
Sleeping
Sleeping
Update mcp_output/requirements.txt
Browse files- mcp_output/requirements.txt +33 -43
mcp_output/requirements.txt
CHANGED
|
@@ -1,43 +1,33 @@
|
|
| 1 |
-
# MatDeepLearn MCP Service Requirements
|
| 2 |
-
|
| 3 |
-
# Core MCP Framework
|
| 4 |
-
fastmcp>=0.
|
| 5 |
-
|
| 6 |
-
# PyTorch - CPU version for HuggingFace Space
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
#
|
| 11 |
-
torch-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
#
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
# Hyperparameter Optimization (optional)
|
| 36 |
-
ray[tune]>=2.0.0
|
| 37 |
-
|
| 38 |
-
# Utilities
|
| 39 |
-
joblib>=0.13.0
|
| 40 |
-
|
| 41 |
-
# HTTP Server
|
| 42 |
-
uvicorn>=0.20.0
|
| 43 |
-
starlette>=0.25.0
|
|
|
|
| 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
|
| 16 |
+
scikit-learn>=0.24.0
|
| 17 |
+
|
| 18 |
+
# Materials Science
|
| 19 |
+
ase>=3.20.0
|
| 20 |
+
pymatgen>=2022.0.0
|
| 21 |
+
|
| 22 |
+
# Configuration
|
| 23 |
+
pyyaml>=5.4.0
|
| 24 |
+
|
| 25 |
+
# Visualization (optional)
|
| 26 |
+
matplotlib>=3.1.0
|
| 27 |
+
|
| 28 |
+
# Utilities
|
| 29 |
+
joblib>=0.13.0
|
| 30 |
+
|
| 31 |
+
# HTTP Server
|
| 32 |
+
uvicorn>=0.20.0
|
| 33 |
+
starlette>=0.25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|