Skip to content

Conversation

@xhochy
Copy link
Member

@xhochy xhochy commented Dec 17, 2019

No description provided.

@github-actions
Copy link

requires = [
"cython >= 0.29",
"numpy==1.14.5; python_version<'3.7'",
"numpy==1.16.0; python_version>='3.7'",
Copy link
Member

Choose a reason for hiding this comment

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

Is a precise version required? It would seem better to require a minimum version, if necessary (our use of Numpy C APIs is pretty basic, so I'm not sure it's needed).

Copy link
Member Author

Choose a reason for hiding this comment

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

This is the minimal supported version we can build with. These are build-time only requirements. For NumPy, this means this is the lowest version that the resulting wheel is compatible with. Leaving this open would mean that the module would always be built uisng the latest numpy and then also only be usable with the latest numpy.

Copy link
Member

Choose a reason for hiding this comment

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

I see, thank you.

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.

2 participants