https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 3fce1b8e9cb66130f62d4a3285a108861e5a0368 authored by Manuel Schlund on 15 March 2022, 13:10:47 UTC
Final update of changelog for v2.5.0 (#2601)
Tip revision: 3fce1b8
environment_osx.yml
---
name: esmvaltool
channels:
  # The release candidate channel should only be activated
  # during the rc phase right before the next release of the
  # ESMValCore.
  # - conda-forge/label/esmvalcore_rc
  - conda-forge
  - nodefaults

dependencies:
  - pip!=21.3
  - python>=3.8
  # Python packages that cannot be installed from PyPI:
  - cartopy
  - compilers
  - esmpy
  - esmvalcore
  - gdal
  - matplotlib-base
  # Non-Python dependencies
  - cdo
  - imagemagick
  - nco
  - python-cdo
  - rasterio
  - ruamel.yaml
  # may hit hw-specific issue if from pypi
  # https://github.com/scikit-learn/scikit-learn/issues/14485
  - scikit-learn
  - xgboost
back to top