Skip to content

Commit 161d62f

Browse files
pin xarray<=2022.10.0 in test envs due to segfault (#803)
* Update climpred_testing.yml * fix xarray <=2022.10.0
1 parent f54c49f commit 161d62f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/requirements/maximum-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pytest-cov
1818
- pytest-xdist
1919
- scipy
20-
- xarray>=0.19.0
20+
- xarray<=2022.10.0
2121
- xesmf
2222
- xrft
2323
- xskillscore>=0.0.18

ci/requirements/minimum-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pytest-cov
1414
- pytest-xdist
1515
- scipy
16-
- xarray>=0.19.0
16+
- xarray<=2022.10.0
1717
- xskillscore>=0.0.18
1818
- tqdm
1919
- pip:

0 commit comments

Comments
 (0)