Revision 302d9413a8951df6a0a00f22a576721442928c99 authored by Birgit Hassler on 24 November 2020, 15:43:28 UTC, committed by GitHub on 24 November 2020, 15:43:28 UTC
1 parent 03c9778
Raw File
environment.yml
---
name: esmvaltool
channels:
  - conda-forge
  - esmvalgroup

dependencies:
  # Python packages that cannot be installed from PyPI:
  - compilers
  - gdal
  - esmpy
  - esmvalcore>=2.1.0,<2.2
  - iris>=2.2.1,<3
  - matplotlib>=3,<3.3
  # Non-Python dependencies
  - cdo>=1.9.7
  - eccodes!=2.19.0  # cdo dependency; something messed up with libeccodes.so
  - imagemagick
  - nco
  - pynio
  - scikit-learn  # may hit hw-specific issue if from pypi https://github.com/scikit-learn/scikit-learn/issues/14485

  # Multi language support:
  - ncl>=6.5.0  # this should always install 6.6.0 though
  - r-base>=3.5
back to top