i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

Make pybdsf work with numpy >1.22 #449

Closed fschramka closed 9 months ago

fschramka commented 1 year 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.

sfiruch commented 1 year ago

Context here: https://github.com/lofar-astron/PyBDSF/issues/202#issuecomment-1629757714