From e67cedd2eb40e0cdd22fc704bb295b4b98edac23 Mon Sep 17 00:00:00 2001 From: lixfz Date: Mon, 17 Jul 2023 16:18:17 +0800 Subject: [PATCH] Update docs --- README_zh_CN.md | 6 ------ docs/en_US/source/installation.md | 7 ------- docs/zh_CN/source/installation.md | 6 ------ 3 files changed, 19 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index ff1f1e8..d3a161c 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -39,12 +39,6 @@ HyperGBM是一款全Pipeline自动机器学习工具,可以端到端的完整 conda install -c conda-forge hypergbm ``` -对于Windows系统, 安装HyperGBM时建议将pyarrow(hypernets的依赖)的版本限制在4.0或更早: - -```bash -conda install -c conda-forge hypergbm "pyarrow<=4.0" -``` - ### Pip 基本的,使用如下`pip`命令安装HyperGBM: diff --git a/docs/en_US/source/installation.md b/docs/en_US/source/installation.md index 5979f01..7d02a59 100644 --- a/docs/en_US/source/installation.md +++ b/docs/en_US/source/installation.md @@ -11,13 +11,6 @@ Install HyperGBM with `conda` from the channel *conda-forge*: conda install -c conda-forge hypergbm ``` -On the Windows system, recommend install pyarrow(required by hypernets) 4.0 or earlier version with HyperGBM: - -```bash -conda install -c conda-forge hypergbm "pyarrow<=4.0" -``` - - ### Using Pip Install HyperGBM with different `pip` options: diff --git a/docs/zh_CN/source/installation.md b/docs/zh_CN/source/installation.md index ceca142..a5f0447 100644 --- a/docs/zh_CN/source/installation.md +++ b/docs/zh_CN/source/installation.md @@ -9,12 +9,6 @@ conda install -c conda-forge hypergbm ``` -对于Windows系统, 安装HyperGBM时建议将pyarrow(hypernets的依赖)的版本限制在4.0或更早: - -```bash -conda install -c conda-forge hypergbm "pyarrow<=4.0" -``` - ### 使用Pip 基本的,使用如下`pip`命令安装HyperGBM: