From cbef04863dc363070ee79ae6c838dafb4a3ec8ef Mon Sep 17 00:00:00 2001 From: David Bold Date: Mon, 16 Dec 2024 16:36:51 +0100 Subject: [PATCH] Allow numpy 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03e356b..552a6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ keywords = [ requires-python = ">=3.10" dependencies = [ "boututils ~= 0.1.10", - "numpy ~= 1.24", + "numpy >= 1.24", "sympy ~= 1.7", "scipy ~= 1.10", "matplotlib ~= 3.7",