From 6b2e08501c2b399db36872db8ecb75653eb344f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:39:08 +0000 Subject: [PATCH] requirements: update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.21.0...v2.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dee818e3c7..9f748272720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ llvmlite>=0.40, <0.47 matplotlib>=3.7.0, <3.10.9 modeci_mdf>=0.4.3, <0.5; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' networkx>=2.6, <3.7 -numpy>=1.21.0, <2.3.6 +numpy>=1.21.0, <2.4.3 optuna>=3.1.0, <4.8.0 packaging>=23.0, <27.0 pandas>=2.0.0, <3.0.1