Skip to content

Commit

Permalink
build: constrain xarray version to <2023.12
Browse files Browse the repository at this point in the history
With xarray >= 2024, serialization of models fails (see #148). Temporarily constrain to xarray version to avoid failing installation of xeofs.
  • Loading branch information
nicrie committed Feb 27, 2024
1 parent 1f54401 commit e379884
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 @@ -14,7 +14,7 @@ python = ">=3.10,<3.12"
poetry = "^1.6"
numpy = "^1.24"
pandas = "^2"
xarray = ">=2023"
xarray = "<=2023.12"
scikit-learn = "^1.0.2"
pooch = "^1.6.0"
tqdm = "^4.64.0"
Expand Down

0 comments on commit e379884

Please sign in to comment.