Revision d5b77c6c64c85c5c7a45767e63d8d4a1be96b5bb authored by sloosvel on 16 February 2022, 14:53:46 UTC, committed by GitHub on 16 February 2022, 14:53:46 UTC
* Add recipe and references

* do not push

* Add deliverable examples

* Remove files not related to example

* Fix provenance bugs

* Clean recipe

* Clean diag script

* Remove unrelated recipe

* Remove unrelated file

* Remove unrelated author to his PR

* Add docstrings

* Adress code review

* Fix filename in test

* Add missing character in doc

* Add description
1 parent 8f64383
Raw File
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