Revision 197e0064e8b5839ffcccc68e21ad997d5a0fe925 authored by Nathan Gillett on 11 January 2021, 20:04:59 UTC, committed by Nathan Gillett on 11 January 2021, 20:04:59 UTC
1 parent c1ff029
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
  - r-udunits2  # needed by the docker build
back to top