https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 99e419d4e5f1cac9c0e656f2447e8aacde1683a9 authored by Eunice Lo on 05 August 2021, 16:33:18 UTC
cmorize added
Tip revision: 99e419d
environment_osx.yml
---
name: esmvaltool
channels:
  - conda-forge
  - esmvalgroup

dependencies:
  # Python packages that cannot be installed from PyPI:
  - cartopy>=0.18
  - compilers
  - gdal
  - esmpy
  - esmvalcore>=2.3.0,<2.4
  - iris>=3.0.2,<3.0.4  # iris=3.0.4 dropped support for Python 3.6 but we haven't just yet
  - matplotlib>3.3.1,<3.4  # bug in 3.3.1, issue with nc-time-axis for >=3.4
  # Non-Python dependencies
  - cdo>=1.9.7
  - eccodes!=2.19.0  # cdo dependency; something messed up with libeccodes.so
  - imagemagick
  - mpich<3.4  # avoid 3.4.1 external_2 from conda-forge like the plague
  - nco
  - ruamel.yaml
  - scikit-learn  # may hit hw-specific issue if from pypi https://github.com/scikit-learn/scikit-learn/issues/14485
back to top