aquacropos / aquacrop

AquaCrop-OSPy: Python implementation of AquaCrop-OS
https://aquacropos.github.io/aquacrop/
Apache License 2.0
102 stars 73 forks source link

dependency fix: numpy version must be compatible with numba #34

Closed arongergely closed 2 years ago

arongergely commented 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.

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

rbavery commented 2 years ago

@thomasdkelly can we merge this when you get the chance? I also have this setup.py error