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

Disallow breaking version of Cython (3.0.0) #148

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

snowdrop4
Copy link
Contributor

Cython 3.0.0 was recently released, which contains a breaking change in how numbers are handled.

This broke the build as the cython>=0.29 requirement would mean that the latest version (3.0.0) would be used.

  • Disallow new major versions of Cython.
  • While I'm here, disallow new major versions of numpy and scipy, as it's highly likely those would suddenly break the build as well.

@tommyod
Copy link
Owner

tommyod commented Jul 19, 2023

Thanks a lot!

@tommyod tommyod merged commit 9fd6a00 into tommyod:master Jul 19, 2023
12 checks passed
@snowdrop4 snowdrop4 deleted the cython-version-a branch July 26, 2023 17:58
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