rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Add Python 3.11 #93

Closed sgillies closed 2 years ago

sgillies commented 2 years ago

And upgrade GEOS to 3.11.

EwoutH commented 2 years ago

As for the error on Python 3.8, it seems like numpy==1.17.3 is installed (and required) by oldest-supported-numpy, and then overridden by a second NumPy install which needs to be >=1.18. I can't see where that second >=1.18 requirement comes from, however (maybe a dependency?)

jorisvandenbossche commented 2 years ago

I can't see where that second >=1.18 requirement comes from, however (maybe a dependency?)

That's from rasterio itself: https://github.com/rasterio/rasterio/blob/5cf71dc806adc299108543def00647845ab4fc42/setup.py#L270

EwoutH commented 2 years ago

All green! ✔️