From c4b3422f31c717b2401c07249550900c4ba0c1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 02:33:28 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.4 to 2.2.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.2.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd28766..f670d79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "gdown<6.0.0,>=4.7.1", "lapx<1.0.0,>=0.5.5", "loguru<1.0.0,>=0.7.2", - "numpy==1.26.4", + "numpy==2.2.4", "pyyaml<7.0.0,>=6.0.1", "regex<2025.0.0,>=2024.0.0", "yacs<1.0.0,>=0.1.8",