From 4e9f986c4a347b1a2b5736218f670daf7f8189c6 Mon Sep 17 00:00:00 2001 From: Gabe Joseph Date: Wed, 16 Mar 2022 20:59:51 -0600 Subject: [PATCH] Support xarray calver xref https://github.com/gjoseph92/stackstac/pull/137 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6c8a36..9520d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dask = {extras = ["delayed"], version = ">= 2021.4.1, < 2023"} numpy = "^1.20.2" Pillow = "^9.0.1" matplotlib = "^3.4.1" -xarray = ">=0.18,<1" +xarray = ">=0.18" pytest = {version = "^6.2.3", optional = true} hypothesis = {version = "^6.10.1", optional = true} ipython = {version = "^7.23.0", optional = true}