https://github.com/ESMValGroup/ESMValTool
Revision 3f6ac79178cc33138e9ff6665d7a93d78278ce8f authored by Lee de Mora on 08 March 2019, 09:58:17 UTC, committed by Lee de Mora on 08 March 2019, 09:58:17 UTC
1 parent ede3e10
Raw File
Tip revision: 3f6ac79178cc33138e9ff6665d7a93d78278ce8f authored by Lee de Mora on 08 March 2019, 09:58:17 UTC
added annual average to profiles recipe.
Tip revision: 3f6ac79
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