From 50aeeb5f745b2a797f40aca70f73695c71ebbb7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:20:14 +0000 Subject: [PATCH] fix(deps): update dependency numpy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85d9a72..7e7fd68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pytest-regressions = "^2.5.0" # Pinning numpy version to be <1 is needed as numpy 2.0 is incompatible with some # librairies and they did not constrain the numpy version # See https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-abi-handling -numpy = "^1" +numpy = "^2.0.0" scipy= ">=1, <1.14"