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

setup.py: Widen tolerated numpy version #529

Merged
merged 1 commit into from
Sep 6, 2021
Merged

setup.py: Widen tolerated numpy version #529

merged 1 commit into from
Sep 6, 2021

Conversation

jonasdn
Copy link
Contributor

@jonasdn jonasdn commented Sep 6, 2021

Parahprased from Github issue:

We have had a lot of random bug due to random dependency version over
the years so we are not so comfortable opening the versions too wide.
Numpy promise to keep function for two minor release with a warning,
so >=1.19.2,<1.24 should be safe!

Closes #526

Parahprased from Github issue:

We have had a lot of random bug due to random dependency version over
the years so we are not so comfortable opening the versions too wide.
Numpy promise to keep function for two minor release with a warning,
so >=1.19.2,<1.24 should be safe!

Closes #526
Copy link
Member

@ataffanel ataffanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was the author of the quote in the PR so it unsurprisingly looks good to me!

@jonasdn jonasdn merged commit 3116e17 into master Sep 6, 2021
@knmcguire knmcguire added this to the next-release milestone Dec 16, 2021
@jonasdn jonasdn deleted the jonasdn/526 branch February 22, 2022 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why is NumPy version specified in setup.py restrictive?
3 participants