Skip to content

Commit

Permalink
FIX Update cupy to >= 7.8 and remove unused build.sh script (#3378)
Browse files Browse the repository at this point in the history
closes #3366 

Also removes an older build.sh script that to my knowledge we don't use anymore

cc @beckernick who pointed out we need to bump it due to using cupy.full order parameter

Authors:
  - Dante Gama Dessavre (@dantegd)

Approvers:
  - John Zedlewski (@JohnZed)
  - Dillon Cullinan (@dillon-cullinan)
  - AJ Schmidt (@ajschmidt8)

URL: #3378
  • Loading branch information
dantegd authored Feb 4, 2021
1 parent 0955096 commit 39c7262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 100 deletions.
96 changes: 0 additions & 96 deletions ci/mg/build.sh

This file was deleted.

4 changes: 2 additions & 2 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021, NVIDIA CORPORATION.
# Copyright (c) 2018-2021, NVIDIA CORPORATION.

# Usage:
# conda build . -c defaults -c conda-forge -c numba -c rapidsai -c pytorch
Expand Down Expand Up @@ -40,8 +40,8 @@ requirements:
- dask-cudf {{ minor_version }}
- libcuml={{ version }}
- libcumlprims {{ minor_version }}
- cupy>=7.8.0,<9.0.0a0
- treelite=1.0.0
- cupy>7.1.0,<9.0.0a0
- nccl>=2.5
- ucx-py {{ minor_version }}
- dask>=2.12.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcuml/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021, NVIDIA CORPORATION.
# Copyright (c) 2018-2021, NVIDIA CORPORATION.

# Usage:
# conda build . -c defaults -c conda-forge -c nvidia -c rapidsai -c pytorch
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To build cuML's Python package, the following dependencies are required:
- cudf version matching the cuML version
- libcuml version matching the cuML version
- libcuml={{ version }}
- cupy>7.1.0,<9.0.0a0
- cupy>=7.8.0,<9.0.0a0
- joblib >=0.11

Packages required for multigpu algorithms*:
Expand Down

0 comments on commit 39c7262

Please sign in to comment.