Skip to content

Commit 280a570

Browse files
authored
Merge pull request #274 from boutproject/restrict-xarray-versions
Restrict xarray to versions <2022.9.0
2 parents 2b3caf4 + f29473e commit 280a570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setup_requires =
2828
setuptools_scm[toml]>=3.4
2929
setuptools_scm_git_archive
3030
install_requires =
31-
xarray>=0.18.0,!=2022.9.0,!=2022.10.0,!=2022.11.0,!=2022.12.0
31+
xarray>=0.18.0,<2022.9.0
3232
boutdata>=0.1.4
3333
dask[array]>=2.10.0
3434
gelidum>=0.5.3

0 commit comments

Comments
 (0)