From 8cf49213b0fabea55842be480bd76485b8d56a8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:40:31 +0000 Subject: [PATCH] fix(deps): update dependency numpy to v2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0e8924a4..44c662781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ dependencies = [ "lmfit>=1.2.2,<2", "pandas<2.2.4; python_version < '3.9'", "pandas>=2.2.2,<3 ; python_version >= '3.9'", - "numpy<1.26.5; python_version < '3.9'", - "numpy>=1.26.4,<2 ; python_version >= '3.9'", + "numpy<2.2.3; python_version < '3.9'", + "numpy>=2.2.2,<3; python_version >= '3.9'", "emcee>=3.1.2,<4", "tabulate>=0.9.0,<0.10", "PyYAML~=6.0",