| # Core dependencies | |
| torch>=2.0.0 | |
| numpy>=1.21.0 | |
| scipy>=1.10.1 | |
| # VTK and visualization | |
| vtk>=9.2.6 | |
| pyvista>=0.34.0 | |
| matplotlib==3.6.2 | |
| # NVIDIA PhysicsNeMo with all features | |
| nvidia-physicsnemo[all] # Includes VTK, PyVista, and all other optional features | |
| # Jupyter environment | |
| jupyterlab>=4.0.0 | |
| notebook>=7.0.0 | |
| ipywidgets>=8.0.0 | |
| jupyter-archive | |
| jupyter-resource-usage | |
| jupyterlab-nvdashboard | |
| jupyterlab-widgets>=3.0.0 | |
| widgetsnbextension>=4.0.0 | |
| # Additional project dependencies | |
| apex | |
| boto3==1.34.69 | |
| opencv-python==4.8.0.74 | |
| numpy-stl>=2.16.3 | |
| torchdata>=0.7.0 | |
| zarr[jupyter] | |
| httpx>=0.24.0 | |
| trimesh>=3.9.0 | |
| python-multipart==0.0.20 | |
| hydra-core==1.3.2 | |
| warp-lang==1.5.1 | |
| loguru | |
| # Triton Inference Server client | |
| tritonclient[all]>=2.39.0 |