From c57a5cf8d98713adb6cb7bd86f84c4643c36562e Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Mon, 6 Nov 2023 16:49:40 -0800 Subject: [PATCH] Update numpy max version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 286e105..c85649e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] dependencies = [ "wxPython>=4.0.0,<4.3", - "numpy>=1.12.1,<1.25", + "numpy>=1.12.1,<2.0", "colour>=0.1.4,<0.2" ]