Skip to content

Commit

Permalink
Add depends_on_cupy list to align with other RAPIDS dependency lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 16, 2024
1 parent 8d3b5d9 commit 496a6a8
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ files:
- checks
- cuda
- cuda_version
- depends_on_cupy
- docs
- notebooks
- py_version
Expand Down Expand Up @@ -51,6 +52,7 @@ files:
extras:
table: project
includes:
- depends_on_cupy
- run
py_optional_test:
output: pyproject
Expand All @@ -74,6 +76,7 @@ files:
extras:
table: project
includes:
- depends_on_cupy
- run
legate_py_optional_test:
output: pyproject
Expand Down Expand Up @@ -222,6 +225,21 @@ dependencies:
# so 11.2 uses 11.4 packages (the oldest available).
- *libcufile_114
- *libcufile_dev114
depends_on_cupy:
common:
- output_types: conda
packages:
- cupy>=12.0.0
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.*"}
packages:
- cupy-cuda12x>=12.0.0
- matrix: {cuda: "11.*"}
packages: &cupy_packages_cu11
- cupy-cuda11x>=12.0.0
- {matrix: null, packages: *cupy_packages_cu11}
docs:
common:
- output_types: [conda, requirements]
Expand Down Expand Up @@ -257,12 +275,6 @@ dependencies:
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs <0.12.0
- packaging
- output_types: conda
packages:
- cupy>=12.0.0
- output_types: [requirements, pyproject]
packages:
- cupy-cuda11x>=12.0.0
test_python:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit 496a6a8

Please sign in to comment.