From ef0acef374f32fea99a9308cc775c7674281e158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:28:29 +0000 Subject: [PATCH] build(deps): Update manifold3d requirement in /services/data Updates the requirements on [manifold3d](https://github.com/elalish/manifold) to permit the latest version. - [Release notes](https://github.com/elalish/manifold/releases) - [Changelog](https://github.com/elalish/manifold/blob/master/RELEASE_CHECKLIST.md) - [Commits](https://github.com/elalish/manifold/compare/v2.0.0...v3.5.2) --- updated-dependencies: - dependency-name: manifold3d dependency-version: 3.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/data/requirements.txt b/services/data/requirements.txt index 3cde598c..054e31b1 100644 --- a/services/data/requirements.txt +++ b/services/data/requirements.txt @@ -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