-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Bump PyO3 to 0.24.1 and numpy to 0.24.0 #14149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This commit bumps the PyO3 version we use in Qiskit to the latest pyo3 release 0.24.1. Luckily this time there don't seem to be any API changes required to upgrade so it's a straight version bump.
One or more of the following people are relevant to this code:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (assuming tests pass)
Since this is compatible with 0.23 we may want to backport this to stable/2.0 even though we typically don't do dependency bumps like this in a backport since the risk of regression is higher. |
Pull Request Test Coverage Report for Build 14200044390Details
💛 - Coveralls |
This commit bumps the PyO3 version we use in Qiskit to the latest pyo3 release 0.24.1. Luckily this time there don't seem to be any API changes required to upgrade so it's a straight version bump. (cherry picked from commit 86e6b72)
This commit bumps the PyO3 version we use in Qiskit to the latest pyo3 release 0.24.1. Luckily this time there don't seem to be any API changes required to upgrade so it's a straight version bump. (cherry picked from commit 86e6b72) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Summary
This commit bumps the PyO3 version we use in Qiskit to the latest pyo3 release 0.24.1. Luckily this time there don't seem to be any API changes required to upgrade so it's a straight version bump.
Details and comments