Open benatouba opened 2 days ago
Thanks, did this occur with pip install cosipymodel
or with pip install -r requirements.txt
(or some other installation method)?
Only when installing via any requirements file or editable mode (pip install -e .
). The released version does not seem to be affected.
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: