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

Updates for np 2 and more #123

Merged
merged 5 commits into from
Jun 26, 2024

Conversation

chrishavlin
Copy link
Contributor

@chrishavlin chrishavlin commented Jun 26, 2024

Replaces #122

  • Removes PyOpenGL-accelerate from test deps (not compatible with np 2 and I don't think we really need it) -- full stack trace is in this comment.
  • add a new test run with np < 2
  • update the build-system to use np 2, newer cython
  • update package metadata for compatible python versions

@chrishavlin chrishavlin added bug Something isn't working infrastructure Related to CI, versioning, websites, organizational issues, etc labels Jun 26, 2024
@chrishavlin chrishavlin mentioned this pull request Jun 26, 2024
@chrishavlin
Copy link
Contributor Author

adding a note for myself on removing the oldest-supported numpy... from https://github.com/scipy/oldest-supported-numpy :

with NumPy 2.0, it is now actually necessary to use >=2.0 at build time for packages that want to support both NumPy 1.xx and 2.0.

and see https://numpy.org/devdocs/dev/depending_on_numpy.html#adding-a-dependency-on-numpy

@chrishavlin chrishavlin added this to the 0.3.2 milestone Jun 26, 2024
@matthewturk matthewturk merged commit 9433afa into yt-project:main Jun 26, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure Related to CI, versioning, websites, organizational issues, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants