Skip to content

Commit 92c45e6

Browse files
author
Emma Ai
committed
update dependencies version
1 parent 8194168 commit 92c45e6

File tree

5 files changed

+12
-100
lines changed

5 files changed

+12
-100
lines changed

docker/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
- dask-image
4949
- deepdiff
5050
- defusedxml
51-
- distributed
51+
- distributed>=2025.4
5252
- docutils
5353
- fiona
5454
- Flask

docker/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
--extra-index-url https://packages.dea.ga.gov.au/
33
datacube-ows>=1.9
4-
datacube[performance,s3] @ git+https://github.com/opendatacube/datacube-core@565de91
4+
datacube[performance,s3]>=1.9.5
55
eodatasets3>1.9
66
hdstats==0.1.8.post1
7-
odc-algo @ git+https://github.com/opendatacube/odc-algo@8cfaf89
7+
odc-algo>=1.0.1
88
odc-apps-cloud>=0.2.2
99
# For testing
1010
odc-apps-dc-tools>=0.2.12

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ install_requires =
2222
botocore
2323
click>=8.0.0
2424
dask
25-
datacube>=1.9
26-
distributed
25+
datacube>=1.9.5
26+
distributed>=2025.4
2727
numpy
2828
odc-cloud[ASYNC]>=0.2.5
29-
odc_algo
29+
odc_algo>=1.0.1
3030
odc_dscache>=1.9
3131
odc_io
32-
odc_stac
33-
odc-geo
32+
odc_stac>=0.4.0
33+
odc-geo>=0.5.0rc1
3434
pandas
3535
pystac>=1.1.0
36-
eodatasets3>=0.22.0
36+
eodatasets3>=1.9
3737
toolz
3838
tqdm
3939
xarray>=2023.1.0
@@ -57,7 +57,7 @@ include =
5757
# datacube_ows<1.8.21 has issue on function config internal over-writing
5858
[options.extras_require]
5959
ows =
60-
datacube_ows>=1.8.21
60+
datacube_ows>=1.9
6161
sentry-sdk
6262
blinker
6363

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://packages.dea.ga.gov.au/
2-
datacube @ git+https://github.com/opendatacube/datacube-core@565de91
2+
datacube>=1.9.5
33
datacube-ows>=1.9
44
# for pytest-depends
55
deepdiff
@@ -9,7 +9,7 @@ mock
99
moto
1010
networkx
1111
numpy<2.0
12-
odc-algo @ git+https://github.com/opendatacube/odc-algo@8cfaf89
12+
odc-algo>=1.0.1
1313
odc-cloud>=0.2.5
1414
odc-dscache>=1.9
1515
odc-geo>=0.5.0rc1

tests/test-env-py310.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)