From 87d47bb2fb983f397c54b176954ecec6785724d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:40 +0000 Subject: [PATCH] Update numpy requirement from >=1.25.2 to >=2.4.4 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.25.2...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 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 70d7b9e..30c4eff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ qbraid>=0.11.0 pyqasm>=0.5.0,<1.1.0 sympy>=1.14.0 scipy>=1.16.0 -numpy>=1.25.2 +numpy>=2.4.4 networkx>=3.1.0