Skip to content

Commit

Permalink
#162 Do not use xarray >=2024.3 that raises AttributeError
Browse files Browse the repository at this point in the history
AttributeError: 'ScipyArrayWrapper' object has no attribute 'oindex'
pydata/xarray#8909
  • Loading branch information
astropenguin committed Jul 6, 2024
1 parent 23a2a6a commit 7717f21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ numpy = "^1.23"
pandas = ">=1.5, <3.0"
scikit-learn = "^1.2"
scipy = "^1.10"
xarray = ">=2023.1, <2025.0"
xarray = ">=2023.1, <2024.3"
zarr = "^2.14"
fire = "^0.5"

Expand Down

0 comments on commit 7717f21

Please sign in to comment.