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