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

Require Numpy 1.20 or later #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Require Numpy 1.20 or later #9

wants to merge 1 commit into from

Conversation

jpgill86
Copy link
Member

Numpy 1.20 introduced a backwards-incompatible change to its C API, such that wheels built with Numpy 1.20 are incompatible with installations running Numpy 1.19 or older. To avoid problems like issue #8 in the future, axographio will now require Numpy 1.20 or later.

Numpy 1.20 introduced a backwards-incompatible change to its C API, such that wheels built with Numpy 1.20 are incompatible with installations running Numpy 1.19 or older. To avoid problems like issue #8 in the future, axographio will now require Numpy 1.20 or later.
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.

None yet

1 participant