We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075d70a commit c533bb5Copy full SHA for c533bb5
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
# Used for parsing `.glb` mesh files
37
"pygltflib==1.16.0",
38
# Use by `PBD3DEntity.sample` to tetrahedralize a mesh
39
- "tetgen>=0.6.4; platform_machine!='aarch64'",
+ "tetgen>=0.6.4,<0.7.0; platform_machine!='aarch64'",
40
# Used for some advanced mesh processing such as `skeletonization`
41
"PyGEL3D",
42
# Used to convert VTK output to numpy when converting volume to particles for PBS
0 commit comments