From 98f4bff4c30759f73d8b3298bf638bbd7baa1d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:03:18 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.4.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.0. - [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/v2.2.6...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c123691..73700dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ 'dill==0.4.0', 'lark==1.3.1', 'loguru==0.7.3', - 'numpy==2.2.6', + 'numpy==2.4.0', 'palettable==3.3.3', 'pandas==2.3.3', 'pathos==0.3.4', diff --git a/requirements.txt b/requirements.txt index 83825dcf..71f1dbc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ dill==0.4.0 lark==1.3.1 loguru==0.7.3 -numpy==2.2.6 +numpy==2.4.0 palettable==3.3.3 pandas==2.3.3 pathos==0.3.4