Closed fschramka closed 9 months ago
HVOX needs Numpy >=1.23 (Mentioned by @Lukas113 in #426), our current feedstock is restricted to numpy=1.22 due to restrictions in pybdsf (https://github.com/lofar-astron/PyBDSF).
In https://github.com/lofar-astron/PyBDSF/blob/master/pyproject.toml are the following dependencies:
This blocks newer numpy versions. We need to make this work in order to add new dependencies such as HVOX.
Context here: https://github.com/lofar-astron/PyBDSF/issues/202#issuecomment-1629757714
HVOX needs Numpy >=1.23 (Mentioned by @Lukas113 in #426), our current feedstock is restricted to numpy=1.22 due to restrictions in pybdsf (https://github.com/lofar-astron/PyBDSF).
In https://github.com/lofar-astron/PyBDSF/blob/master/pyproject.toml are the following dependencies:
This blocks newer numpy versions. We need to make this work in order to add new dependencies such as HVOX.