Skip to content

Commit f29473e

Browse files
committed
Restrict xarray to versions <2022.9.0
All the newer versions seem to have significant performance issues and occasional errors. Forbid using them until xBOUT is updated to be compatible.
1 parent 2b3caf4 commit f29473e

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)