https://github.com/ESMValGroup/ESMValTool
Revision 9506f6dcc17e6f548af4b8f2814d6a8da87e23e7 authored by Klaus Zimmermann on 09 November 2021, 13:56:31 UTC, committed by GitHub on 09 November 2021, 13:56:31 UTC
1 parent 71bcd7b
Raw File
Tip revision: 9506f6dcc17e6f548af4b8f2814d6a8da87e23e7 authored by Klaus Zimmermann on 09 November 2021, 13:56:31 UTC
Deactivate provenance logging for plots in thermodyn toolbox (#2414)
Tip revision: 9506f6d
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
  - julia
  - 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-git2r  # dependency of lintr
  - r-lintr
  - r-styler
  - r-yaml
  - r-udunits2  # needed by the docker build
back to top