https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 9fdc683b8f82845379094acd6dea7bbef82b003d authored by Valeriu Predoi on 01 December 2020, 15:48:54 UTC
Release notes v2.1.1 (#1932)
Tip revision: 9fdc683
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