Skip to content

Commit

Permalink
consolidate cuda_suffixed=false blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 24, 2024
1 parent 934c881 commit 457bd31
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ dependencies:
- panel>=1.0
- output_types: conda
packages:
- &cudf_conda cudf==24.8.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.8.*,>=0.0.0a0
- cupy>=12.0.0
- &cuspatial_conda cuspatial==24.8.*,>=0.0.0a0
- &dask_cudf_conda dask-cudf==24.8.*,>=0.0.0a0
- &cuspatial_unsuffixed cuspatial==24.8.*,>=0.0.0a0
- &dask_cudf_unsuffixed dask-cudf==24.8.*,>=0.0.0a0
- nodejs>=18
- libwebp-base
specific:
Expand All @@ -216,12 +216,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "false"
packages:
- *cudf_conda
- *cudf_unsuffixed
# NOTE: cupy still has a "-cuda12x" suffix here, because it's suffixed
# in DLFW builds
- *cupy_cu12
- *cuspatial_conda
- *dask_cudf_conda
- *cuspatial_unsuffixed
- *dask_cudf_unsuffixed
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
Expand All @@ -234,18 +234,18 @@ dependencies:
cuda: "11.*"
cuda_suffixed: "false"
packages:
- *cudf_conda
- *cudf_unsuffixed
# NOTE: cupy still has a "-cuda11x" suffix here, because it's suffixed
# in DLFW builds
- *cupy_cu11
- *cuspatial_conda
- *dask_cudf_conda
- *cuspatial_unsuffixed
- *dask_cudf_unsuffixed
- matrix:
packages:
- *cudf_conda
- *cudf_unsuffixed
- *cupy_cu11
- *cuspatial_conda
- *dask_cudf_conda
- *cuspatial_unsuffixed
- *dask_cudf_unsuffixed
test_python:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit 457bd31

Please sign in to comment.