Skip to content

Commit

Permalink
Merge branch 'develop' into no-hyp3lib
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf authored Jun 4, 2024
2 parents 747668a + 1fe4ef1 commit be3c515
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
- asf_search
- boto3
- 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
- boto3
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 = [
"asf_search",
"boto3",
# insert python dependencies as list here
"gdal",
]
dynamic = ["version", "readme"]

Expand Down

0 comments on commit be3c515

Please sign in to comment.