From fc7cad34d490caa92552f50bdfaf288b2238ed3c Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Mon, 17 Jun 2024 12:06:42 +0100 Subject: [PATCH] Add `numpy==2.0` support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6cb2faa..66ada6b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "matplotlib~=3.0", "multiprocess~=0.0", "numba~=0.0", - "numpy~=1.0", + "numpy~=2.0", "platformdirs~=4.0", "plotly~=5.0", "pooch~=1.0",