Skip to content

Commit

Permalink
Merge pull request #243 from ASFHyP3/hyp3lib
Browse files Browse the repository at this point in the history
Upgrade to hyp3lib>=3
  • Loading branch information
forrestfwilliams authored Jan 16, 2024
2 parents 1c44f3d + 2761574 commit df5e474
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 @@ -7,6 +7,10 @@ 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).


## [0.14.1]
### Changed
* Upgraded to `hyp3lib=>3,<4` from `>=2,<3`

## [0.14.0]
### Added
* `utils.get_esa_credentials` to check for the existence of CDSE credentials before processing begins.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
# For running
- gdal>=3
- h5netcdf
- hyp3lib>=2,<3
- hyp3lib>=3,<4
- isce2=2.6.1.dev7
- autorift=1.5.0
- opencv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
'requests',
'scipy',
'xarray',
'hyp3lib>=2,<3',
'hyp3lib>=3,<4',
]
dynamic = ["version"]

Expand Down

0 comments on commit df5e474

Please sign in to comment.