From 5463f1d80b0d0bc0459968298a6ac4b92ee046ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:40:06 +0000 Subject: [PATCH] Update numpy requirement 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.1.0) --- updated-dependencies: - dependency-name: numpy 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 8996cc04..6302c90e 100644 --- a/azure-quantum/requirements.txt +++ b/azure-quantum/requirements.txt @@ -4,7 +4,7 @@ azure-identity>=1.17,<2.0 # More than one match for "https://mystorage.blob.core.windows.net/.../rawOutputData" azure-storage-blob==12.20 msrest>=0.7.1,<1.0 -numpy>=1.21.0,<2.0 +numpy>=1.21.0,<3.0 deprecated>=1.2.12,<2.0 Markdown>=3.4.1 python-markdown-math>=0.8