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 @@ -8,6 +8,6 @@ manifold3d>=2.0 # 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
reportlab>=4.0 # PDF sheet composition
reportlab>=5.0.0 # PDF sheet composition
# svglib (SVG→PNG for docs gallery) is a dev-only tool — it pulls pycairo/cairo and is not
# needed at runtime (the API serves SVG directly). Install ad hoc when regenerating docs/img.
Loading