Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Jul 17, 2023
1 parent 7237429 commit e67cedd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 0 additions & 7 deletions docs/en_US/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 0 additions & 6 deletions docs/zh_CN/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e67cedd

Please sign in to comment.