File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies:
48
48
- dask-image
49
49
- deepdiff
50
50
- defusedxml
51
- - distributed
51
+ - distributed>=2025.4
52
52
- docutils
53
53
- fiona
54
54
- Flask
Original file line number Diff line number Diff line change 1
1
2
2
--extra-index-url https://packages.dea.ga.gov.au/
3
3
datacube-ows >= 1.9
4
- datacube [performance,s3 ] @ git+https://github.com/opendatacube/datacube-core@565de91
4
+ datacube [performance,s3 ]>= 1.9.5
5
5
eodatasets3 > 1.9
6
6
hdstats == 0.1.8.post1
7
- odc-algo @ git+https://github.com/opendatacube/odc-algo@8cfaf89
7
+ odc-algo >= 1.0.1
8
8
odc-apps-cloud >= 0.2.2
9
9
# For testing
10
10
odc-apps-dc-tools >= 0.2.12
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ install_requires =
22
22
botocore
23
23
click>=8.0.0
24
24
dask
25
- datacube>=1.9
26
- distributed
25
+ datacube>=1.9.5
26
+ distributed>=2025.4
27
27
numpy
28
28
odc-cloud[ASYNC]>=0.2.5
29
- odc_algo
29
+ odc_algo>=1.0.1
30
30
odc_dscache>=1.9
31
31
odc_io
32
- odc_stac
33
- odc-geo
32
+ odc_stac>=0.4.0
33
+ odc-geo>=0.5.0rc1
34
34
pandas
35
35
pystac>=1.1.0
36
- eodatasets3>=0.22.0
36
+ eodatasets3>=1.9
37
37
toolz
38
38
tqdm
39
39
xarray>=2023.1.0
@@ -57,7 +57,7 @@ include =
57
57
# datacube_ows<1.8.21 has issue on function config internal over-writing
58
58
[options.extras_require]
59
59
ows =
60
- datacube_ows>=1.8.21
60
+ datacube_ows>=1.9
61
61
sentry-sdk
62
62
blinker
63
63
You can’t perform that action at this time.
0 commit comments