Spaces:
Running
on
L40S
Running
on
L40S
File size: 725 Bytes
549d36c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
# 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 |