Skip to content

Commit eb67117

Browse files
author
Emma Ai
committed
pin datacube<1.9
1 parent 5b1f335 commit eb67117

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
--extra-index-url https://packages.dea.ga.gov.au/
3-
datacube[performance,s3]>=1.8.17
3+
datacube[performance,s3]<1.9
44
hdstats==0.1.8.post1
55
numexpr @ git+https://github.com/pydata/numexpr@a99412e
66
odc-algo @ git+https://github.com/opendatacube/odc-algo@adb1856

odc/stats/plugins/lc_veg_class_a1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def l3_class(self, xx: xr.Dataset):
215215
"where((e<=0)|(e==254)|(g!=g), nodata, e)",
216216
{
217217
"e": l3_mask,
218-
"g": si5,
218+
"g": si5.squeeze(0),
219219
},
220220
name="mark_nodata",
221221
dtype="uint8",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install_requires =
2222
botocore
2323
click>=8.0.0
2424
dask
25-
datacube!=1.8.14
25+
datacube<1.9
2626
distributed
2727
numpy
2828
odc-cloud[ASYNC]>=0.2.5

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://packages.dea.ga.gov.au/
2-
datacube>=1.8.17
2+
datacube<1.9
33
# for pytest-depends
44
deepdiff
55
future_fstrings

0 commit comments

Comments
 (0)