From 0608c98078530dfe3f5a6c76e7a0c62772605239 Mon Sep 17 00:00:00 2001 From: chavlin Date: Tue, 25 Jun 2024 16:21:31 -0500 Subject: [PATCH] pin numpy to < 2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5d9f352..cc8042a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = Click>=7.0 imgui>=1.2.0 matplotlib>=3.0 - numpy>=1.18.0 + numpy>=1.18.0, <2 pyOpenGL>=3.1.5 pyglet>=2.0.dev0 pyyaml>=5.3.1