w2w
w2w copied to clipboard
make w2w compatible with numpy 2.0
just saw CI failing - it's due to numpy 2.0 being released.
The tests are failing because of: https://github.com/rasterio/rasterio/pull/3109
we have to wait until this is fixed or pin numpy <2 - but I'd like to avoid that for now.