Skip to content

Commit 62eae8c

Browse files
committed
fix(deps): set xarray uppper bound
1 parent 9b08015 commit 62eae8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ruyaml",
4242
"tqdm",
4343
"typing-extensions",
44-
"xarray",
44+
"xarray<2025.3.0",
4545
],
4646
include_package_data=True,
4747
extras_require={

0 commit comments

Comments
 (0)