https://github.com/ESMValGroup/ESMValTool
Revision 231b9c0cda49e791994cfc590826b8e43a0bb393 authored by BenMGeo on 14 August 2020, 12:54:00 UTC, committed by BenMGeo on 14 August 2020, 12:54:00 UTC
1 parent 0ad7755
Raw File
Tip revision: 231b9c0cda49e791994cfc590826b8e43a0bb393 authored by BenMGeo on 14 August 2020, 12:54:00 UTC
correct naming
Tip revision: 231b9c0
environment.yml
---
name: esmvaltool
channels:
  - conda-forge
  - esmvalgroup

dependencies:
  # Python packages that cannot be installed from PyPI:
  - gdal
  - esmvalcore>=2.0.0b9,<2.1
  - esmf
  # Non-Python dependencies
  - 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>=3.5
  - 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