From 4473fc6aac9b2cf2766701eac82b9d8db726aabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:44:28 +0000 Subject: [PATCH] chore(deps): Update ifctester requirement in /services/data Updates the requirements on [ifctester](https://github.com/IfcOpenShell/IfcOpenShell) to permit the latest version. - [Release notes](https://github.com/IfcOpenShell/IfcOpenShell/releases) - [Commits](https://github.com/IfcOpenShell/IfcOpenShell/compare/bonsai-0.8.0...bonsai-0.8.5) --- updated-dependencies: - dependency-name: ifctester dependency-version: 0.8.5 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 3d5aab0d..2db34136 100644 --- a/services/data/requirements.txt +++ b/services/data/requirements.txt @@ -2,7 +2,7 @@ ifcopenshell>=0.8.5,<0.9 openpyxl>=3.1 # XLSX export numpy>=1.26 # geometry-derived quantities, AABB clash -ifctester>=0.8 # IDS / openBIM model validation +ifctester>=0.8.5 # IDS / openBIM model validation trimesh>=4.0 # clash narrow phase (mesh booleans) + 2D section cuts manifold3d>=2.0 # boolean intersection engine for trimesh scipy>=1.11 # trimesh path assembly (section drawings)