From 9bdf709d6b98cca5cf241f996383f296d2cc5b22 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Mon, 28 Oct 2024 11:46:09 +0200 Subject: [PATCH] Allow arcae versions in the 0.2.x range --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e30a406..c29047a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ xarray = "^2024.9.0, < 2024.10.0" dask = {version = "^2024.5.0", optional = true, extras = ["testing"]} distributed = {version = "^2024.5.0", optional = true, extras = ["testing"]} cacheout = "^0.16.0" -arcae = "^0.2.5" +arcae = "^0.2" typing-extensions = { version = "^4.12.2", python = "<3.11" } zarr = {version = "^2.18.3", optional = true, extras = ["testing"]}