From dbccc17438644af418b40ef5abde8dbd1e07420b Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 29 Oct 2019 02:15:38 -0400 Subject: [PATCH] MNT: Re-rendered with conda-build 3.18.10, conda-smithy 3.6.0, and conda-forge-pinning 2019.10.22 Now that `xgboost-proc` has been added for CPU/GPU selection, re-render to update the feedstock content accordingly. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29e17a78..98e1baa1 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Current release info | [![Conda Recipe](https://img.shields.io/badge/recipe-py--xgboost-green.svg)](https://anaconda.org/conda-forge/py-xgboost) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/py-xgboost.svg)](https://anaconda.org/conda-forge/py-xgboost) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/py-xgboost.svg)](https://anaconda.org/conda-forge/py-xgboost) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/py-xgboost.svg)](https://anaconda.org/conda-forge/py-xgboost) | | [![Conda Recipe](https://img.shields.io/badge/recipe-r--xgboost-green.svg)](https://anaconda.org/conda-forge/r-xgboost) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/r-xgboost.svg)](https://anaconda.org/conda-forge/r-xgboost) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/r-xgboost.svg)](https://anaconda.org/conda-forge/r-xgboost) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/r-xgboost.svg)](https://anaconda.org/conda-forge/r-xgboost) | | [![Conda Recipe](https://img.shields.io/badge/recipe-xgboost-green.svg)](https://anaconda.org/conda-forge/xgboost) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/xgboost.svg)](https://anaconda.org/conda-forge/xgboost) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/xgboost.svg)](https://anaconda.org/conda-forge/xgboost) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/xgboost.svg)](https://anaconda.org/conda-forge/xgboost) | +| [![Conda Recipe](https://img.shields.io/badge/recipe-xgboost--proc-green.svg)](https://anaconda.org/conda-forge/xgboost-proc) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/xgboost-proc.svg)](https://anaconda.org/conda-forge/xgboost-proc) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/xgboost-proc.svg)](https://anaconda.org/conda-forge/xgboost-proc) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/xgboost-proc.svg)](https://anaconda.org/conda-forge/xgboost-proc) | Installing xgboost ================== @@ -89,10 +90,10 @@ Installing `xgboost` from the `conda-forge` channel can be achieved by adding `c conda config --add channels conda-forge ``` -Once the `conda-forge` channel has been enabled, `libxgboost, py-xgboost, r-xgboost, xgboost` can be installed with: +Once the `conda-forge` channel has been enabled, `libxgboost, py-xgboost, r-xgboost, xgboost, xgboost-proc` can be installed with: ``` -conda install libxgboost py-xgboost r-xgboost xgboost +conda install libxgboost py-xgboost r-xgboost xgboost xgboost-proc ``` It is possible to list all of the versions of `libxgboost` available on your platform with: