https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: d1ce11c427d409a5743456612756e0f5530dfe16 authored by sloosvel on 19 July 2022, 07:32:09 UTC
Remove whitespace
Tip revision: d1ce11c
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