Closed arongergely closed 2 years ago
numba 0.55 needs numpy version between 1.18-1.22. See: https://github.com/numba/numba/blob/release0.55/setup.py#L25-L26
The current numpy requirements in setup.py lead to errors during install and when trying to run.
setup.py
With the numpy constriants in this PR everything installs and runs fine for me, tested via pip install -e .
pip install -e .
I am on ubuntu focal, python 3.8
@thomasdkelly can we merge this when you get the chance? I also have this setup.py error
numba 0.55 needs numpy version between 1.18-1.22. See: https://github.com/numba/numba/blob/release0.55/setup.py#L25-L26
The current numpy requirements in
setup.py
lead to errors during install and when trying to run.With the numpy constriants in this PR everything installs and runs fine for me, tested via
pip install -e .
I am on ubuntu focal, python 3.8