numba: Dependency conflict with `numpy` 1.23
I’m getting a dependency conflict reported by pipdeptree:
numba 0.55.2 requires numpy<1.23,>=1.18, but you have numpy 1.23.1 which is incompatible.
Confirmed by pip doing python -m pip install --upgrade numpy:
Collecting numpy
Using cached numpy-1.23.1-cp38-cp38-win_amd64.whl (14.7 MB)
Installing collected packages: numpy
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.
This behaviour is the source of the following dependency conflicts.
numba 0.55.2 requires numpy<1.23,>=1.18, but you have numpy 1.23.1 which is incompatible.
Successfully installed numpy-1.23.1
I have the latest versions of both numba and numpy installed on a Windows 7 machine.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 22 (10 by maintainers)
Ok, any idea when 0.57 will be released?