Skip to content

Commit

Permalink
odc added to the requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Jul 29, 2024
1 parent 16ec6f4 commit 82fd9e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ channels:
dependencies:
# Required
- python>=3.10
- odc-geo
- odc-stac
- pandas
- pystac
- pystac-client
Expand Down
2 changes: 2 additions & 0 deletions environment_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dependencies:
- xarray >=2022.6
- zarr >=2.11
# Required xcube-stac
- odc-geo
- odc-stac
- pystac
- pystac-client
# for testing
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ readme = {file = "README.md", content-type = "text/markdown"}
license = {text = "MIT"}
requires-python = ">=3.10"
dependencies = [
"odc-geo",
"odc-stac",
"pandas",
"pystac",
"pystac-client",
Expand Down

0 comments on commit 82fd9e5

Please sign in to comment.