From ff749dac97e68f30ac2b2b837008fd00df8aead5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:25:47 +0000 Subject: [PATCH] Update trimesh requirement from <4.4,>=4 to >=4,<4.5 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.0.0...4.4.0) --- updated-dependencies: - dependency-name: trimesh 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 b3bf43ecb..5e80920f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "networkx", "pyglet<2", "scikit-image", - "trimesh>=4,<4.4", + "trimesh>=4,<4.5", "ipycytoscape", "ipyevents", "ipykernel",