Skip to content

Commit

Permalink
Merge pull request #225 from ASFHyP3/dem-stitcher
Browse files Browse the repository at this point in the history
upgrade to dem_stitcher>=2.5.8
  • Loading branch information
asjohnston-asf authored Jul 29, 2024
2 parents a7f1882 + 9602f95 commit 4b19572
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.3]
### Fixed
* Upgrade to `dem_stitcher>=2.5.8` to resolve geooid download errors. See [dem-stitcher #96](https://github.com/ACCESS-Cloud-Based-InSAR/dem-stitcher/issues/96).

## [1.1.2]
### Fixed
* Renamed `hyp3_isce2.logging` to `hyp3_isce2.logger` to avoid shadowing built-in.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- numpy
- pip
- isce2>=2.6.3
- dem_stitcher>=2.5.6
- dem_stitcher>=2.5.8
- rasterio
- shapely
- jinja2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers=[
]
dependencies = [
"numpy",
"dem_stitcher>=2.5.6",
"dem_stitcher>=2.5.8",
"rasterio",
"shapely",
"jinja2",
Expand Down

0 comments on commit 4b19572

Please sign in to comment.