w2w icon indicating copy to clipboard operation
w2w copied to clipboard

make w2w compatible with numpy 2.0

Open jkittner opened this issue 7 months ago • 2 comments

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.

jkittner avatar Jul 01 '24 23:07 jkittner