Skip to content

Commit c533bb5

Browse files
authored
[MISC] Add dependency version upper-bound 'tetgen< 0.7.0'. (#2029)
1 parent 075d70a commit c533bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
# Used for parsing `.glb` mesh files
3737
"pygltflib==1.16.0",
3838
# Use by `PBD3DEntity.sample` to tetrahedralize a mesh
39-
"tetgen>=0.6.4; platform_machine!='aarch64'",
39+
"tetgen>=0.6.4,<0.7.0; platform_machine!='aarch64'",
4040
# Used for some advanced mesh processing such as `skeletonization`
4141
"PyGEL3D",
4242
# Used to convert VTK output to numpy when converting volume to particles for PBS

0 commit comments

Comments
 (0)