From 90b58e455e9329861cb2d2943843a5d90772cfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 04:20:37 +0000 Subject: [PATCH] Update numpy requirement from <2 to <3 in the python-dependencies group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.0.0 - [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/v0.2.0...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96884f83..aa042777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "z3-solver>=4.11,<4.14", "qecsim", "ldpc>=0.1.50", - "numpy < 2", # some of our dependencies are not yet compatible with numpy 2.0 + "numpy < 3", # some of our dependencies are not yet compatible with numpy 2.0 "qiskit[qasm3-import]>=1.0.0", "qiskit-aer>=0.14.0", "bposd",