ArthurY commited on
Commit
de6b1dc
·
1 Parent(s): c3d0544

update requirements

Browse files
physics_mcp/mcp_output/requirements.txt CHANGED
@@ -1,18 +1,29 @@
1
  fastmcp>=0.1.0
2
  pydantic>=2.0.0
3
- torch>=2.4.0
 
 
 
4
  numpy>=1.22.4
5
- scipy>=1.9.0
6
  onnx>=1.14.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  tritonclient
8
  matplotlib
9
  pandas
10
  pyyaml>=6.0
11
- tqdm>=4.60.0
12
- xarray>=2023.1.0
13
- zarr>=2.14.2
14
- s3fs>=2023.5.0
15
- timm>=1.0.0
16
 
17
  # Optional Dependencies (can be uncommented as needed)
18
  # cuml>=24.0.0 (requires RAPIDS conda channel - use scipy fallback instead)
@@ -20,6 +31,8 @@ timm>=1.0.0
20
  # mlflow>=2.1.1
21
  # dgl
22
  # pyg
 
 
23
  # vtk>=9.2.6
24
  # netCDF4>=1.6.3
25
  # h5py>=3.7.0
 
1
  fastmcp>=0.1.0
2
  pydantic>=2.0.0
3
+
4
+ # Core dependencies (from nvidia-physicsnemo pyproject.toml)
5
+ certifi>=2023.7.22
6
+ fsspec>=2023.1.0
7
  numpy>=1.22.4
 
8
  onnx>=1.14.0
9
+ packaging>=24.2
10
+ s3fs>=2023.5.0
11
+ setuptools>=77.0.3
12
+ timm>=1.0.0
13
+ torch>=2.4.0
14
+ tqdm>=4.60.0
15
+ treelib>=1.2.5
16
+ xarray>=2023.1.0
17
+ zarr>=2.14.2
18
+
19
+ # Additional dependencies (used by physicsnemo modules)
20
+ scipy>=1.9.0
21
+
22
+ # Additional packages for MCP service
23
  tritonclient
24
  matplotlib
25
  pandas
26
  pyyaml>=6.0
 
 
 
 
 
27
 
28
  # Optional Dependencies (can be uncommented as needed)
29
  # cuml>=24.0.0 (requires RAPIDS conda channel - use scipy fallback instead)
 
31
  # mlflow>=2.1.1
32
  # dgl
33
  # pyg
34
+ # torch-harmonics>=0.6.5
35
+ # tensorly>=0.8.1
36
  # vtk>=9.2.6
37
  # netCDF4>=1.6.3
38
  # h5py>=3.7.0