Skip to content

Commit 13a88d5

Browse files
authored
Relax xarray version restriction (#116)
1 parent 5e448b9 commit 13a88d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pendulum = ">=3.0.0"
3434
matplotlib = { version = "^3.7.1", optional = true }
3535
traitlets = "<=5.13.0"
3636
yprov4wfs = ">=0.0.8"
37-
xarray = ">=2022.11.0,<=2025.08.01"
37+
xarray = ">=2022.11.0"
3838
dask = ">=2023.4.0,<2025.2.0"
3939

4040
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)