From 785ff118f3999e6badf736fbe8e1896cf01e1d4d Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 6 Nov 2023 13:13:18 +1100 Subject: [PATCH] Add DEA Tools and minimum pyTMD version (#273) * 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 --- docker/env.yaml | 2 +- docker/requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/env.yaml b/docker/env.yaml index 88a2b19..22a924f 100644 --- a/docker/env.yaml +++ b/docker/env.yaml @@ -201,7 +201,7 @@ dependencies: - spyndex - urbanaccess - contextily - - pyTMD + - pyTMD>=2.0.8 # jupyter things - autopep8 - black diff --git a/docker/requirements.txt b/docker/requirements.txt index 698318d..dc0db46 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -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 @@ -27,6 +28,7 @@ odc-stac odc-stats[ows] odc-ui odc-geo +dea-tools thredds-crawler hdstats==0.1.8.post1