https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 4ccb0c237b5ef278e9f310c37a2a5b781694b79a authored by Valeriu Predoi on 26 January 2022, 13:14:06 UTC
test new pyproject option
Tip revision: 4ccb0c2
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 packages that cannot be installed from PyPI:
  - cartopy
  - compilers
  - gdal
  - esmpy
  - esmvalcore
  - matplotlib-base
  # Non-Python dependencies
  - cdo
  - imagemagick
  - nco
  - 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