From a60e5b5740db6af1a0a96c500e9c2243a465afd9 Mon Sep 17 00:00:00 2001 From: Daniel Fremont Date: Wed, 12 Feb 2025 20:30:02 -0800 Subject: [PATCH] allow newer manifold3d versions as the API has stabilized --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c4f69b3b..67bdfc2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "dotmap ~= 1.3", "mapbox_earcut >= 0.12.10", "matplotlib ~= 3.2", - "manifold3d == 2.5.1", + "manifold3d >= 2.5.1", "networkx >= 2.6", "numpy >= 1.24", "opencv-python ~= 4.5",