From 015614ab4ead9aa1e3c7197044d3ee70eb0b7d22 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 15 Jul 2022 10:23:06 -0600 Subject: [PATCH] deps: bumps rasterio version to >= 1.3.0 This is useful to pick up https://github.com/rasterio/rasterio/pull/2122. --- environment.yml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 634a4d90..e7af5a09 100644 --- a/environment.yml +++ b/environment.yml @@ -5,5 +5,5 @@ channels: dependencies: - conda-forge::gdal>=3.3 - conda-forge::geos>=3.3 - - conda-forge::rasterio>=1.2 - - conda-forge::libstdcxx-ng # gdal dependency. Make sure it's from the same channel as gdal \ No newline at end of file + - conda-forge::rasterio>=1.3 + - conda-forge::libstdcxx-ng # gdal dependency. Make sure it's from the same channel as gdal diff --git a/setup.cfg b/setup.cfg index 95255a27..1d06b3d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = numpy >= 1.22.0 pyproj >= 3.0 pystac[validation] >= 1.2 - rasterio >= 1.2.9 + rasterio >= 1.3.0 requests >= 2.27.1 stac-check >= 1.2.0 stac-validator >= 3.1.0