From ac75983bb2d05602b1de44037c1a4cea7ddca56a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:46:25 +0000 Subject: [PATCH] Renovate: dependency numpy to v2 --- 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",