Skip to content

Commit

Permalink
deps: bumps rasterio version to >= 1.3.0
Browse files Browse the repository at this point in the history
This is useful to pick up rasterio/rasterio#2122.
  • Loading branch information
gadomski committed Jul 19, 2022
1 parent 2f6d177 commit 015614a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- conda-forge::rasterio>=1.3
- conda-forge::libstdcxx-ng # gdal dependency. Make sure it's from the same channel as gdal
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 015614a

Please sign in to comment.