Skip to content

Commit

Permalink
Bump rasterio from 1.3.11 to 1.4.3 in /requirements (#2442)
Browse files Browse the repository at this point in the history
* Bump rasterio from 1.3.11 to 1.4.3 in /requirements

Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.11 to 1.4.3.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.11...1.4.3)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Allow rasterio 1.4.3+

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
  • Loading branch information
2 people authored and calebrob6 committed Dec 8, 2024
1 parent da58fe8 commit b905aca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ dependencies = [
# pyproj 3.3+ required for Python 3.10 wheels
"pyproj>=3.3",
# rasterio 1.3+ required for Python 3.10 wheels
# rasterio 1.4+ no longer supports merging WarpedVRT objects
# rasterio 1.4.0-1.4.2 lack support for merging WarpedVRT objects
# https://github.com/rasterio/rasterio/issues/3196
"rasterio>=1.3,<1.4",
"rasterio>=1.3,!=1.4.0,!=1.4.1,!=1.4.2",
# rtree 1+ required for Python 3.10 wheels
"rtree>=1",
# segmentation-models-pytorch 0.2+ required for smp.losses module
Expand Down
12 changes: 6 additions & 6 deletions requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ fiona==1.9.6
kornia==0.7.3
lightly==1.5.12
lightning[pytorch-extra]==2.4.0
matplotlib==3.9.2
numpy==1.26.4
pandas==2.2.2
pillow==10.4.0
pyproj==3.6.1
rasterio==1.3.10
matplotlib==3.9.3
numpy==2.1.3
pandas==2.2.3
pillow==11.0.0
pyproj==3.7.0
rasterio==1.4.3
rtree==1.3.0
segmentation-models-pytorch==0.3.4
shapely==2.0.6
Expand Down

0 comments on commit b905aca

Please sign in to comment.