Skip to content

Commit

Permalink
Merge pull request ASFHyP3#217 from ASFHyP3/dem-stitcher-upgrade
Browse files Browse the repository at this point in the history
Upgrade to dem_stitcher>=2.5.6
  • Loading branch information
forrestfwilliams authored Jul 1, 2024
2 parents 2a2dcb9 + e27bf3c commit ff6e2a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
per-file-ignores =
src/hyp3_isce2/logging.py:A005
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.1]
### Fixed
* Upgraded to `dem_sticher>=2.5.6` to resolve geoid download errors. Fixes [#215](https://github.com/ASFHyP3/hyp3-isce2/issues/215)

## [1.1.0]
### Removed
* Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.
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.4.0
- dem_stitcher>=2.5.6
- 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.4.0",
"dem_stitcher>=2.5.6",
"rasterio",
"shapely",
"jinja2",
Expand Down

0 comments on commit ff6e2a4

Please sign in to comment.