From 12b4a72d74f8f81e86a8aeb544980fc0ca350f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:01:31 +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.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 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 353c00ba99d..f0880498974 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.1 optuna>=3.1.0, <4.7.0 packaging>=23.0, <26.0 pandas>=2.0.0, <2.3.4