pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

Add support for numpy 2.0 #69

Closed akaszynski closed 4 weeks ago

akaszynski commented 4 weeks ago

Resolve #68 by adding support for numpy 2.0 by building with numpy 2.0 and dropping Python 3.8 support.

Also, build native MacOS wheels.