Skip to content

Commit

Permalink
(fix): upper bound xarray (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Nov 5, 2024
1 parent 27bb4a7 commit e1ff0cd
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 @@ -43,7 +43,7 @@ dependencies = [
"scikit-image",
"scipy",
"typing_extensions>=4.8.0",
"xarray",
"xarray<2024.10.0",
"xarray-datatree",
"xarray-schema",
"xarray-spatial>=0.3.5",
Expand Down

0 comments on commit e1ff0cd

Please sign in to comment.