Skip to content

Commit 616a652

Browse files
committed
merge develop
2 parents 2ee5a1d + 2e685d1 commit 616a652

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

odc/stats/_stac_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22

33
from odc.aio import S3Fetcher, s3_find_glob
4-
from odc.stac import stac2ds
4+
from datacube.metadata import stac2ds
55
from pystac.item import Item
66

77

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ install_requires =
2222
botocore
2323
click>=8.0.0
2424
dask
25-
datacube>=1.9.5
25+
datacube>=1.9.6
2626
distributed>=2025.4
2727
numpy
2828
odc-cloud[ASYNC]>=0.2.5
2929
odc_algo>=1.0.1
3030
odc_dscache>=1.9
3131
odc_io
32-
odc_stac>=0.4.0
3332
odc-geo>=0.5.0rc1
3433
pandas
3534
pystac>=1.1.0

0 commit comments

Comments
 (0)