Skip to content

Commit

Permalink
Add DEA Tools and minimum pyTMD version (#273)
Browse files Browse the repository at this point in the history
* Add DEA Tools and minimum pyTMD version

* Add dea-tools to requirements.txt

* pin datacube as no-init-users failed in 1.8.16

---------

Co-authored-by: Emma Ai <[email protected]>
  • Loading branch information
robbibt and Emma Ai authored Nov 6, 2023
1 parent 164c711 commit 785ff11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ dependencies:
- spyndex
- urbanaccess
- contextily
- pyTMD
- pyTMD>=2.0.8
# jupyter things
- autopep8
- black
Expand Down
4 changes: 3 additions & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ s2cloudmask
opencv-python-headless
opencv-contrib-python-headless

datacube[performance,s3]
jsonschema < 4.18
datacube[performance,s3] == 1.8.15
odc-algo
odc-cloud[ASYNC]
odc-dscache
Expand All @@ -27,6 +28,7 @@ odc-stac
odc-stats[ows]
odc-ui
odc-geo
dea-tools

thredds-crawler
hdstats==0.1.8.post1
Expand Down

0 comments on commit 785ff11

Please sign in to comment.