Skip to content

Commit

Permalink
Support xarray calver
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Mar 17, 2022
1 parent bf9ba0e commit 4e9f986
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 @@ -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}
Expand Down

0 comments on commit 4e9f986

Please sign in to comment.