-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add explicit numpy dependency #286
Conversation
Pull Request Test Coverage Report for Build 5356659197
💛 - Coveralls |
Isn't leaving it unpinned a little more robust since we don't rely on any unstable numpy features? |
What do you mean by "more robust"? I'll say a few things, though.
|
Thanks, I like the justification of "we import it directly, so it is our dependency". I agree, let's pin minimum to 1.23 |
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 👍 thanks!
* Add explicit numpy dependency * Add release note
We are currently relying on numpy being installed as a transitive dependency (through, at the very least, Qiskit Terra). Even better would be to specific it explicitly, and to set the minimum version following #70 (comment).
TODO