Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifctester>=0.8 # IDS / openBIM model validation
# AND validating trimesh 5 against the paths below — it drives mesh booleans (with manifold3d, at
# 3.5.2) and 2D section cuts, so a major move there is not free. `test_lock_satisfies_requirements.py`
# now reads this file, so the two can no longer disagree silently.
trimesh>=5.0.0 # clash narrow phase (mesh booleans) + 2D section cuts
trimesh>=5.1.0 # clash narrow phase (mesh booleans) + 2D section cuts
manifold3d>=3.5.2 # boolean intersection engine for trimesh
scipy>=1.18.1 # trimesh path assembly (section drawings)
networkx>=3.6.1 # trimesh path traversal (section drawings)
Expand Down
Loading