https://github.com/ESMValGroup/ESMValTool
Revision 46117954caa5d23ca52394563ac695ae9325ecdc authored by Mattia Righi on 11 June 2018, 18:23:44 UTC, committed by Mattia Righi on 11 June 2018, 18:23:44 UTC
1 parent b126281
Raw File
Tip revision: 46117954caa5d23ca52394563ac695ae9325ecdc authored by Mattia Righi on 11 June 2018, 18:23:44 UTC
Code cleaning
Tip revision: 4611795
environment.yml
---

name: esmvaltool
channels:
  - conda-forge

dependencies:
  # Python packages that cannot be installed from PyPI:
  - basemap
  - iris=1.13
  - python-stratify
  # Multi language support:
  - ncl
  - libgdal=2.2.3  # Temporarily pin libgdal to get NCL working
  # TODO: add R, julia

  - pip:
      # TODO: include dummydata in esmvaltool repository and move to setup.py
      # dummydata fetched from github as a zip file, contains latest version
      - https://github.com/ESMValGroup/dummydata/archive/dev.zip
back to top