Date
1 - 2 of 2
Which version of rasterio support works with numpy==1.19.2
1s.aboulfadile@...
I am using tensorflow 2.5 which requires a specific version of NumPy 1.19.2.
I am also using rasterio. Which version of rasterio that requires the same version of numpy ? |
|
Sean Gillies
Hi, Rasterio is compatible with the "oldest supported numpy" version defined in https://github.com/scipy/oldest-supported-numpy/blob/master/setup.cfg. This means that rasterio wheels on PyPI are built using that version of numpy. They remain forward compatible with newer versions. On Mon, Jun 28, 2021 at 7:26 AM Souhail Aboulfadile <1s.aboulfadile@...> wrote: I am using tensorflow 2.5 which requires a specific version of NumPy 1.19.2. --
Sean Gillies |
|