Skip to content

Commit 7962d3e

Browse files
authored
Merge pull request #455 from melisande-c/deps-xarray
fix(deps): set xarray uppper bound
2 parents 9b08015 + 62eae8c commit 7962d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)