Skip to content

Commit

Permalink
Update numpy requirement from <2 to <3 in the python-dependencies group
Browse files Browse the repository at this point in the history
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](numpy/numpy@v0.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent b96e124 commit 90b58e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 90b58e4

Please sign in to comment.