-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add numba to nightly upstream #7311
Conversation
I saw that we didn't have this while investigating numba/numba#8615. We should probably wait until that's resolved before merging this (this doesn't solve that issue).
h5netcdf \ | ||
matplotlib \ | ||
numpy \ | ||
numba \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only semantic change; the others are just sorting the lines
git+https://github.com/hgrecco/pint \ | ||
git+https://github.com/numba/numba \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does numba
require compilation? If so, it might be better to use pre-built packages (if numba
provides those?).
Since numba won't support numpy |
Yes, I'll get to it if no one gets there first. I guess we also need to disable those tests |
I saw that we didn't have this while investigating numba/numba#8615. We should probably wait until that's resolved before merging this (this doesn't solve that issue).