From 35e68355674f417a33dca0606863d2d0943af7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:03:21 +0000 Subject: [PATCH] Update numpy requirement from >=1.21.0 to >=2.0.2 in /azure-quantum 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.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure-quantum/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-quantum/requirements.txt b/azure-quantum/requirements.txt index 0dfd758d..8a217150 100644 --- a/azure-quantum/requirements.txt +++ b/azure-quantum/requirements.txt @@ -2,5 +2,5 @@ azure-core>=1.30,<2.0 azure-identity>=1.17,<2.0 azure-storage-blob>=12.20,<13.0 msrest>=0.7.1,<1.0 -numpy>=1.21.0 +numpy>=2.0.2 deprecated>=1.3.1,<2.0