From 271c17f7ef583669aea1e3f31faa52588c2eb321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:59:49 +0000 Subject: [PATCH] Bump numpy from 2.4.3 to 2.4.4 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.3 to 2.4.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/v2.4.3...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4cd59e47..d57bfc37 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15" ml-dtypes==0.5.4 ; python_version >= "3.11" and python_version < "3.15" mpmath==1.4.1 ; python_version >= "3.11" and python_version < "3.15" networkx==3.6.1 ; python_version >= "3.11" and python_version < "3.15" -numpy==2.4.3 ; python_version >= "3.11" and python_version < "3.15" +numpy==2.4.4 ; python_version >= "3.11" and python_version < "3.15" nvidia-cublas-cu12==12.8.4.1 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" nvidia-cuda-cupti-cu12==12.8.90 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" nvidia-cuda-nvrtc-cu12==12.8.93 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" diff --git a/requirements.txt b/requirements.txt index 2f2e109e..85e1bf7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ idna==3.11 ; python_version >= "3.11" and python_version < "3.15" kiwisolver==1.4.9 ; python_version >= "3.11" and python_version < "3.15" matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15" mpmath==1.4.1 ; python_version >= "3.11" and python_version < "3.15" -numpy==2.4.3 ; python_version >= "3.11" and python_version < "3.15" +numpy==2.4.4 ; python_version >= "3.11" and python_version < "3.15" packaging==26.0 ; python_version >= "3.11" and python_version < "3.15" pandas==3.0.1 ; python_version >= "3.11" and python_version < "3.15" pillow==12.1.1 ; python_version >= "3.11" and python_version < "3.15"