Skip to content

Commit

Permalink
Merge pull request #71 from ASFHyP3/hyp3lib-167
Browse files Browse the repository at this point in the history
upgrade to hyp3lib v1.6.7
  • Loading branch information
asjohnston-asf authored Mar 17, 2021
2 parents 236ba45 + f7d36bb commit b8c33e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ jobs:
python -m pip install .[develop]
pytest --cov=hyp3_autorift
- name: Safety analysis of conda environment
shell: bash -l {0}
run: |
# Ignore Saftey vulnerability #39465, python <= 3.9.1, because python 3.6 is system python in Ubuntu 18.04
# Ignore Saftey vulnerability #39462, tornado <= 6.1, because there isn't a new release available
python -m pip freeze | safety check --full-report -i 39465 -i 39462 --stdin
conda list --export | awk -F '=' '/^[^#]/ {print $1 "==" $2}' | safety check --full-report -i 39465 -i 39462 --stdin
package:
runs-on: ubuntu-latest
needs: pytest
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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).

## [0.4.5](https://github.com/ASFHyP3/hyp3-autorift/compare/v0.4.4...v0.4.5)

### Changed
* Upgraded to hyp3lib [v1.6.7](https://github.com/ASFHyP3/hyp3-lib/blob/develop/CHANGELOG.md#167) from v1.6.2

## [0.4.4](https://github.com/ASFHyP3/hyp3-autorift/compare/v0.4.3...v0.4.4)

### Added
Expand Down
3 changes: 1 addition & 2 deletions conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- wheel
# For running
- gdal>=3
- hyp3lib=1.6.2
- hyp3lib=1.6.7
- isce2=2.4.2
- autorift=1.0.8
- boto3
Expand All @@ -35,4 +35,3 @@ dependencies:
- pip:
# for packaging and testing
- s3pypi
- safety
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'boto3',
'botocore',
'gdal',
'hyp3lib==1.6.2',
'hyp3lib==1.6.7',
'matplotlib',
'netCDF4',
'numpy',
Expand Down

0 comments on commit b8c33e7

Please sign in to comment.