Skip to content

Commit c8f274c

Browse files
authored
EAMxx: ensure dask library is imported for compatibility
1 parent 951485c commit c8f274c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/eamxx/cime_config/SystemTests/rcs_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
from utils import _ensure_pylib_impl
6868

6969
_ensure_pylib_impl("xarray")
70+
_ensure_pylib_impl("dask")
7071
_ensure_pylib_impl("scipy")
7172
_ensure_pylib_impl("statsmodels", min_version="0.14.0")
7273

0 commit comments

Comments
 (0)