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 @@ -4,7 +4,7 @@ openpyxl>=3.1 # XLSX export
numpy>=1.26 # geometry-derived quantities, AABB clash
ifctester>=0.8 # IDS / openBIM model validation
trimesh>=4.0 # clash narrow phase (mesh booleans) + 2D section cuts
manifold3d>=2.0 # boolean intersection engine for trimesh
manifold3d>=3.5.2 # boolean intersection engine for trimesh
scipy>=1.11 # trimesh path assembly (section drawings)
networkx>=3.0 # trimesh path traversal (section drawings)
shapely>=2.0 # trimesh planar paths
Expand Down
Loading