Dependency problem whe installing saqc development version
Hi,
I just tried to install saqc via pip install git+https://git.ufz.de/rdm-software/saqc@develop
, as @luenensc is using the newest stuff for a shared script we are working on.
However, I got the error
ERROR: Could not find a version that satisfies the requirement numba==0.54.* (from saqc) (from
versions: 0.1, 0.2, 0.3, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.10.1,
<SNIP> 0.50.0, 0.50.1, 0.51.0rc1, 0.51.0, 0.51.1, 0.51.2, 0.52.0rc2, 0.55.0rc1, 0.55.0)
ERROR: No matching distribution found for numba==0.54.*
I'm using Py3.10 and I was really happy that llvmlite finally provides wheels for the newest Python version and that I could start using saqc again.
I guess numba will not release a 0.54.* version for Py3.10, see https://pypi.org/project/numba/0.54.1/
Are you somehow relying on version 0.54.* or could this simply be updated to the 0.55.* versions or numba>=0.54
?