Dependencies#

Python Requirements#

  • Python >= 3.9

  • NumPy >= 2.0

  • SciPy >= 1.11.0

  • One of the following mesh processing libraries:

    • PyMeshLab >= 2022.2

    • PyVista >= 0.43.0

    • trimesh >= 4.0.0

    • meshio >= 5.3.0

pip install -r requirements.txt

System Requirements#

Windows#

Linux#

Ubuntu 22.04/24.04

  • GCC (included by default)

  • For GPU version (CUDA 12): Latest NVIDIA drivers

Other Linux distributions

MacOS#

Intel/Apple Silicon

  • Intel: GCC 14 (brew install gcc@14)

  • Apple Silicon: use default Clang (no extra dependency)