-
Notifications
You must be signed in to change notification settings - Fork 26
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
Transition to poetry
+ address numpy 2.0
and numba 0.60
related issues
#134
Conversation
np.arange
: do not pass start
as kwargpoetry
+ address numpy 2.0
and numba 0.60
related issues
Hey @PauBadiaM, I think this is ready to merge, I bumped the version number and I would update it also in PyPI to avoid a flood of issues in the upcoming weeks :) |
Looks fantastic @deeenes! Thanks for taking care of this really. Just one last thing, I see poetry failing for all ubuntu's CI. Maybe you could instead of using the cached version just install it, it should not take long (as it is done in liana-py: https://github.com/saezlab/liana-py/blob/main/.github/workflows/main.yml). But feel free to keep the cached version if you manage to make it work. |
@PauBadiaM You're right, I removed the caching of |
... because numba fails the function signature check in Py 3.11