Traceback (most recent call last):
File "/home/runner/work/SIRF-SuperBuild/SIRF-SuperBuild/build/sources/SIRF/examples/Python/MR/data_views.py", line 95, in <module>
main()
File "/home/runner/work/SIRF-SuperBuild/SIRF-SuperBuild/build/sources/SIRF/examples/Python/MR/data_views.py", line 33, in main
x_view = AcquisitionDataView(x)
File "/home/runner/install/python/sirf/Gadgetron.py", line 1337, in __init__
Error: raise NotImplementedError('data container views not available with NumPy version ' + numpy.__version__ + ', use 2.0.0 or later')
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
This might be very hard to fix. Alternative is to require numpy>=2 for the tests.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
numpy is downgraded by https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/19765369296/job/56636734269?pr=973#step:11:3724
Collecting numpy<2.0.0,>=1.23 (from cil==25.0.1.dev13+g1cf84720a.d20251128)
Note that TomographicImaging/CIL#2218 is required for numpy>=2 support
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()