-
Notifications
You must be signed in to change notification settings - Fork 35
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
Installing from requirements-file fails because of numba version #74
Comments
Thanks, did this occur with |
Only when installing via any requirements file or editable mode ( |
Ref: #75 (comment) I can't reproduce this issue, nor does it occur in the CI workflow (which installs COSIPY as an editable, and from the requirements file). Please may you run If that doesn't work, please may you let me know:
|
I used the pip interface of I reinstalled from a clean venv |
Numba version is not specified in requirements files and pyproject-file.
The installation fails (tested on python>=3.11) as pip solves version constraints by choosing numba 0.53.1
Numba added support for numpy2.0 in 0.60. I suggest using this version.
Stacktrace:
The text was updated successfully, but these errors were encountered: