Skip to content

Commit

Permalink
Merge pull request #162 from ASFHyP3/reqs
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
jtherrmann authored Nov 17, 2023
2 parents fa29e52 + 0fe03a1 commit ff061b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- opencv
- s3fs
- pyarrow
- hyp3lib>=2,<3
# For packaging, and testing
- flake8
- flake8-import-order
Expand All @@ -29,5 +30,3 @@ dependencies:
- pytest-console-scripts
- pytest-cov
- pytest-mock
# For running
- hyp3lib>=2,<3
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,20 @@ classifiers=[
"Programming Language :: Python :: 3.11",
]
dependencies = [
# insert python dependencies as list here
"numpy",
"dem_stitcher>=2.4.0",
"rasterio",
"shapely",
"jinja2",
"asf_search>=6.4.0",
"geopandas",
"gdal",
"s3fs",
"pyarrow",
"hyp3lib>=2,<3",
# Conda-forge only dependencies are listed below
# "opencv",
# "isce2>=2.6.3",
]
dynamic = ["version", "readme"]

Expand Down

0 comments on commit ff061b4

Please sign in to comment.