Dependencies#
Python Requirements#
Python
>= 3.9NumPy
>= 2.0SciPy
>= 1.11.0One of the following mesh processing libraries:
PyMeshLab
>= 2022.2PyVista
>= 0.43.0trimesh
>= 4.0.0meshio
>= 5.3.0
pip install -r requirements.txt
System Requirements#
Windows#
For GPU version (CUDA 12): Latest NVIDIA drivers - See compatibility guide
Linux#
Ubuntu 22.04/24.04
GCC (included by default)
For GPU version (CUDA 12): Latest NVIDIA drivers
Other Linux distributions
Try the Ubuntu builds first
Request a custom build if needed
MacOS#
Intel/Apple Silicon
Intel: GCC 14 (brew install gcc@14)
Apple Silicon: use default Clang (no extra dependency)