Skip to content

Commit

Permalink
Merge pull request #5 from ASFHyP3/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
forrestfwilliams authored Jun 4, 2024
2 parents 34fe6a5 + 6c89bc0 commit 1fe4ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ channels:
- nodefaults
dependencies:
- python>=3.8
- pip
# For running
- hyp3lib>=3,<4
- asf_search
- gdal
- pip
# For packaging, and testing
- flake8
- flake8-import-order
Expand All @@ -18,5 +20,3 @@ dependencies:
- pytest
- pytest-console-scripts
- pytest-cov
# For running
- hyp3lib>=3,<4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers=[
dependencies = [
"hyp3lib>=3,<4",
"asf_search",
# insert python dependencies as list here
"gdal",
]
dynamic = ["version", "readme"]

Expand Down

0 comments on commit 1fe4ef1

Please sign in to comment.