From f58f4ff392132be325fa0826c82d838deae3c86e Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sat, 23 Nov 2024 23:03:57 +0100 Subject: [PATCH] Loosen numpy requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3719e7..df6b456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "moderngl<6", "pyglet>=2.0.0", - "numpy>=1.16,<2", + "numpy", "pyglm>=2.7.0,<3", "Pillow>=10.0.1", ] @@ -48,7 +48,7 @@ imgui = ["imgui-bundle"] # 1.6.0 originally pygame = ["pygame>=2.0.1"] pygame-ce = ["pygame-ce>=2.0.1"] tk = ["pyopengltk>=0.0.3"] -trimesh = ["trimesh>=3.2.6,<4"] +trimesh = ["trimesh>=3.2.6"] pywavefront = ["pywavefront>=1.2.0,<2"] PySDL2 = ["PySDL2"] glfw = ["glfw"]