https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 707c7a8f867fb85408342a29c0f9f8e71249ec97 authored by Bouwe Andela on 08 March 2019, 14:48:19 UTC
Autoformat
Tip revision: 707c7a8
environment.yml
---

name: esmvaltool
channels:
  - conda-forge

dependencies:
  # Python packages that cannot be installed from PyPI:
  - iris
  - matplotlib<3  # Can be installed from PyPI, but is a dependency of iris and should be pinned.
  - python-stratify
  - esmpy
  - xarray  # Can be installed from PyPI, but here to get a consistent set of depencies with iris.
  # Non-Python dependencies
  - graphviz
  - cdo=1.9.3

  # Multi language support:
  - ncl
  - jasper!=1.900.31  # pinned NCL dependency
  - r-base
  - r-rcpp
  - r-xml
  - libunwind  #  specifically for Python3.7+
  # TODO: add julia
back to top