File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,14 @@ dependencies:
1717 - cdms2 3.1.5
1818 - cdutil 8.2.1
1919 - dask
20+ - esmpy >=8.4.0
2021 - genutil 8.2.1
2122 - lxml
2223 - mache >=0.15.0
2324 - matplotlib-base
2425 - netcdf4
2526 - numpy >=1.23.0
27+ - shapely >=2.0.0,<3.0.0
2628 - xarray >=2023.02.0
2729 # Testing
2830 # ==================
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ dependencies:
1515 - cdms2 3.1.5
1616 - cdutil 8.2.1
1717 - dask
18+ - esmpy >=8.4.0
1819 - genutil 8.2.1
1920 - lxml
2021 - mache >=0.15.0
2122 - matplotlib-base
2223 - netcdf4
2324 - numpy >=1.23.0
25+ - shapely >=2.0.0,<3.0.0
2426 - xarray >=2023.02.0
2527 # Testing
2628 # ==================
Original file line number Diff line number Diff line change 11import os
22import sys
33
4+ # import shapely before esmpy to prevent a segfault related to multiprocessing
5+ import shapely # isort: skip
6+ import esmpy # isort: skip
7+
48__version__ = "v2.9.0rc2"
59INSTALL_PATH = os .path .join (sys .prefix , "share/e3sm_diags/" )
610
You can’t perform that action at this time.
0 commit comments