Skip to content

Commit

Permalink
Allow arcae versions in the 0.2.x range
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 28, 2024
1 parent 4a43595 commit 9bdf709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

Expand Down

0 comments on commit 9bdf709

Please sign in to comment.