One of the native jobs fails with
https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/20039734624/job/57470452101#step:14:1121
This is due to SyneRBI/SIRF#1363.
Fixing this in SIRF might be virtually impossible, @evgueni-ovtchinnikov is that correct?
The GHA native jobs use pip and
|
${PYTHON} -m pip install -U -r requirements.txt |
I think it would make sense to ask for numpy>=2 in our requirements.txt. (not sure why it gives us numpy 1.*). It would help others as well
@casperdcl what do you think?
One of the native jobs fails with
This is due to SyneRBI/SIRF#1363.
Fixing this in SIRF might be virtually impossible, @evgueni-ovtchinnikov is that correct?
The GHA native jobs use
pipandSIRF-SuperBuild/docker/user_python-ubuntu.sh
Line 61 in 06c7d30
SIRF-SuperBuild/docker/requirements.txt
Line 4 in 06c7d30
I think it would make sense to ask for numpy>=2 in our requirements.txt. (not sure why it gives us numpy 1.*). It would help others as well
@casperdcl what do you think?