https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 7a60b30ea69a74c34f0604925fcfaee63654e54f authored by Mattia Righi on 07 August 2018, 09:09:39 UTC
Merge pull request #558 from ESMValGroup/version2_development
Tip revision: 7a60b30
environment.yml
---

name: esmvaltool
channels:
  - conda-forge

dependencies:
  # Python packages that cannot be installed from PyPI:
  # TODO when switching to iris 2.x, switch straight to 2.1+
  - basemap
  - iris=1.13
  - python-stratify
  # Multi language support:
  - ncl
  - ncurses=6.1=hfc679d8_1
  # 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