Skip to content

Commit a1e2902

Browse files
author
Ariana Barzinpour
committed
lower bound datacube version
1 parent d62f32c commit a1e2902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odc/stac/eo3/_eo3converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _item_to_ds(
238238
if cfg is None:
239239
cfg = {}
240240

241-
md: RasterCollectionMetadata | None = getattr(product, "_md", None)
241+
md: Optional[RasterCollectionMetadata] = getattr(product, "_md", None)
242242
uuid_cfg = cfg.get("uuid", {})
243243
ds_uuid = _compute_uuid(
244244
item, mode=uuid_cfg.get("mode", "auto"), extras=uuid_cfg.get("extras", [])

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs =
5858
matplotlib-inline
5959
pandas
6060
distributed
61-
datacube
61+
datacube>=1.8.8
6262
ipython
6363
ipykernel
6464

0 commit comments

Comments
 (0)