https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 63013aca8e288f190a11ea89c1626454f8785348 authored by Stanislaus Cristo - on 14 February 2022, 13:30:58 UTC
Edited Documentation
Tip revision: 63013ac
environment.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 packages that cannot be installed from PyPI:
  - cartopy
  - compilers
  - gdal
  - esmpy
  - esmvalcore
  - matplotlib-base
  # Non-Python dependencies
  - cdo
  - imagemagick
  - julia
  - nco
  - python-cdo
  - rasterio
  - 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-git2r  # dependency of lintr
  - r-lintr
  - r-styler
  - r-yaml
  - r-udunits2  # needed by the docker build
back to top