Skip to content
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

Bump minimum required version of numpy #594

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

mtreinish
Copy link
Member

Summary

It appears that the newly added pulse simulator has an implicit
requirement on having a newer version of numpy installed. We should
encode this minimum in the aer package requirements so people don't
accidently install aer with a version of numpy too old to work.

Details and comments

Fixes #592

It appears that the newly added pulse simulator has an implicit
requirement on having a newer version of numpy installed. We should
encode this minimum in the aer package requirements so people don't
accidently install aer with a version of numpy too old to work.

Fixes Qiskit#592
@mtreinish mtreinish added the stable-backport-potential The issue or PR might be minimal and/or import enough to backport to stable label Feb 6, 2020
@nonhermitian
Copy link
Contributor

Curiously the file in question was written a full year before NumPy 1.15.3 was released.

@atilag atilag merged commit 12f97c8 into Qiskit:master Feb 6, 2020
@mtreinish mtreinish deleted the bump-numpy-min branch February 6, 2020 23:02
mtreinish added a commit to mtreinish/qiskit-aer that referenced this pull request Feb 6, 2020
It appears that the newly added pulse simulator has an implicit
requirement on having a newer version of numpy installed. We should
encode this minimum in the aer package requirements so people don't
accidently install aer with a version of numpy too old to work.

Fixes Qiskit#592

(cherry picked from commit 12f97c8)
atilag pushed a commit that referenced this pull request Feb 7, 2020
It appears that the newly added pulse simulator has an implicit
requirement on having a newer version of numpy installed. We should
encode this minimum in the aer package requirements so people don't
accidently install aer with a version of numpy too old to work.

Fixes #592

(cherry picked from commit 12f97c8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stable-backport-potential The issue or PR might be minimal and/or import enough to backport to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Numpy version incompatibility with Aer 0.4.0
3 participants