https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: ce96832a744cdc7b4530902430e83debc82f0187 authored by Bouwe Andela on 21 April 2020, 15:20:18 UTC
Merge pull request #1628 from ESMValGroup/version
Tip revision: ce96832
environment.yml
---
name: esmvaltool
channels:
  - conda-forge
  - esmvalgroup

dependencies:
  # Python packages that cannot be installed from PyPI:
  - gdal
  - esmvalcore>=2.0.0b9,<2.1
  # Non-Python dependencies
  - graphviz
  - cdo>=1.9.7
  - imagemagick
  - nco
  - scikit-learn  # may hit hw-specific issue if from pypi https://github.com/scikit-learn/scikit-learn/issues/14485

  # Multi language support:
  - python>=3.6
  - ncl>=6.5.0  # this should always install 6.6.0 though
  - r-base
  - r-curl  # Dependency of lintr, but fails to compile because it cannot find libcurl installed from conda.
  - r-udunits2  # Fails to compile because it cannot find udunits2 installed from conda.
back to top