Skip to content

Commit

Permalink
Update cupy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 3, 2023
1 parent 2dfbe83 commit 00734e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- cuda-profiler-api=11.8.86
- cuda-python >=11.7.1,<12.0
- cudatoolkit=11.8
- cupy
- cupy>=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- dask-core==2023.3.2
Expand Down
7 changes: 6 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cupy
- scikit-learn
- scipy
- output_types: conda
packages:
- cupy>=12.0.0
- output_types: pyproject
packages:
- cupy-cuda11x>=12.0.0
2 changes: 1 addition & 1 deletion python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ classifiers = [

[project.optional-dependencies]
test = [
"cupy",
"cupy-cuda11x>=12.0.0",
"pytest",
"pytest-cov",
"scikit-learn",
Expand Down

0 comments on commit 00734e9

Please sign in to comment.