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

CI failing with numpy 1.24 #1101

Open
klauer opened this issue Jan 4, 2023 · 0 comments
Open

CI failing with numpy 1.24 #1101

klauer opened this issue Jan 4, 2023 · 0 comments

Comments

@klauer
Copy link
Contributor

klauer commented Jan 4, 2023

Expected Behavior

  • Testing should pass regardless of numpy version (within reason)

Current Behavior

  • CI tests fail with numpy 1.24

Possible Solution

  • For now, pin numpy to 1.23 on CI

If an environment gets released prior to this being fixed, we'll have to pin elsewhere, too

Context

#1099 quoting Robert:

These and other recent PRs fail due to numba incompatibility with numpy 1.24. Apparently numba's own CI is failing due to condaforge not having numpy 1.24, so getting this fix through might take a while.

The issue: numba/numba#8615 The PR fix: numba/numba#8691

I'm more surprised this worked for py3.10, but if it works 🤷

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

No branches or pull requests

1 participant