Am 13.04.25 um 07:29 schrieb Landry Breuil: > Le Sat, Apr 12, 2025 at 07:46:44PM +0200, Martin Reindl a écrit : >> Am 11.04.25 um 10:28 schrieb Landry Breuil: >>> hi, >>> >>> here's a new port for py-morecantile >>> (https://github.com/developmentseed/morecantile) - a variant of >>> geo/py-mercantile which is a requirement to update geo/py-rio-cogeo to a >>> recent version. >>> >>> while here i've also updated py-rasterio to the latest version, all >>> tests pass once the datafiles are copied in the right place, so added a >>> pre-test target to check that. >>> >>> oks welcome to import py-morecantile post-unlock. >>> >>> Landry >> >> Hi, >> >> For rasterio, I think you need this patch on top: >> >> Index: pyproject.toml >> --- pyproject.toml.orig >> +++ pyproject.toml >> @@ -3,7 +3,7 @@ requires = [ >> "setuptools>=67.8", >> "wheel", >> "cython~=3.0.2", >> - "numpy>=2" >> + "numpy>=1.26.4" >> ] >> build-backend = "setuptools.build_meta" > > yeah i had the same locally but forgot to cvs add .. should be fine, per > https://github.com/rasterio/rasterio/discussions/3329 > >> Otherwise it is OK for me. While there, please remove me as maintainer >> due to lack of time. Thanks! > > will do, thanks !
OK from me for the import of py-morecantile too after unlock. -m