From ad42afc1344ead264bb97c2c79891b591d43cb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:32:54 +0000 Subject: [PATCH] Update trimesh requirement from <5.0.0,>=4.6.4 to >=4.6.4,<6.0.0 Updates the requirements on [trimesh](https://github.com/mikedh/trimesh) to permit the latest version. - [Release notes](https://github.com/mikedh/trimesh/releases) - [Commits](https://github.com/mikedh/trimesh/compare/4.6.4...5.0.0) --- updated-dependencies: - dependency-name: trimesh dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31b7027e..b6451444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas>=2.2.3,<4.0.0", "scikit-image>=0.25.2,<0.27.0", "scikit-fmm==2025.6.23", - "trimesh>=4.6.4,<5.0.0", + "trimesh>=4.6.4,<6.0.0", "rocketcea>=1.2.1,<2.0.0", "coolprop>=6.7.0,<9.0.0", ]