diff --git a/pdm.lock b/pdm.lock index 34581fa..128d950 100644 --- a/pdm.lock +++ b/pdm.lock @@ -1870,7 +1870,7 @@ summary = "Backport of pathlib-compatible object wrapper for zip files" [metadata] lock_version = "4.0" -content_hash = "sha256:682cdfde5a715cc99ced185c3ec525c58d3810c72fd1ddeeeb05170615dbc1eb" +content_hash = "sha256:25b17449f3b66ea1486f0ceb9cdf6a04df9a98e4058760837a781b1b7ea623c5" [metadata.files] "affine 2.3.1" = [ diff --git a/pyproject.toml b/pyproject.toml index c87cf90..d16228a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "dask[array]>=2022.1.1", "pyproj<4.0.0,>=3.0.0", "rasterio<2.0.0,>=1.3.0", - "xarray>=0.18", + "xarray>=2022.6.0", ] description = "Load a STAC collection into xarray with dask" license = {text = "MIT"}