https://github.com/ESMValGroup/ESMValTool
Revision 1fbbbc06a5957dc26306507fd77f0e81e70f2853 authored by Bouwe Andela on 17 June 2022, 11:50:11 UTC, committed by GitHub on 17 June 2022, 11:50:11 UTC
* Restore accidentally deleted text

* Update Mistral to Levante

* Correct mention of (the) tool

Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com>

Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com>
1 parent 7ad7b29
Raw File
Tip revision: 1fbbbc06a5957dc26306507fd77f0e81e70f2853 authored by Bouwe Andela on 17 June 2022, 11:50:11 UTC
Restore accidentally deleted text from input data docs (#2683)
Tip revision: 1fbbbc0
environment_osx.yml
---
name: esmvaltool
channels:
  # The release candidate channel should only be activated
  # during the rc phase right before the next release of the
  # ESMValCore.
  # - conda-forge/label/esmvalcore_rc
  - conda-forge
  - nodefaults

dependencies:
  - pip!=21.3
  - python>=3.8
  # Python packages that cannot be installed from PyPI:
  - cartopy
  - compilers
  - esmpy
  - esmvalcore
  - gdal
  - matplotlib-base
  # Non-Python dependencies
  - cdo
  - imagemagick
  - nco
  - psy-maps
  - psy-reg
  - psy-simple
  - psyplot
  - python-cdo
  - rasterio
  - ruamel.yaml
  # may hit hw-specific issue if from pypi
  # https://github.com/scikit-learn/scikit-learn/issues/14485
  - scikit-learn
  - xgboost
back to top