https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: c897c0c8d72b2fb6c2b189954fe01a642f647622 authored by Klaus Zimmermann on 20 October 2021, 11:48:21 UTC
Update version number
Tip revision: c897c0c
environment.yml
---
name: esmvaltool
channels:
  - conda-forge/label/esmvalcore_rc
  - conda-forge
  - nodefaults

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

  # Multi language support:
  - ncl
  - r-base
  # R packages needed for development
  - r-docopt
  - r-lintr
  - r-styler
  - r-yaml
  - r-udunits2  # needed by the docker build
back to top