Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ dependencies:
- cuda-cudart-dev
- cuda-nvcc
- cuda-version=13.0
- cudf==25.10.*,>=0.0.0a0
- cupy>=13.6.0
- cxx-compiler
- cython>=3.0.0
- dask-cuda==25.10.*,>=0.0.0a0
- dask-cudf==25.10.*,>=0.0.0a0
- doxygen=1.9.1
- librmm==25.10.*,>=0.0.0a0
- libtool
Expand Down
3 changes: 3 additions & 0 deletions conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ dependencies:
- cuda-cudart-dev
- cuda-nvcc
- cuda-version=13.0
- cudf==25.10.*,>=0.0.0a0
- cupy>=13.6.0
- cxx-compiler
- cython>=3.0.0
- dask-cuda==25.10.*,>=0.0.0a0
- dask-cudf==25.10.*,>=0.0.0a0
- doxygen=1.9.1
- librmm==25.10.*,>=0.0.0a0
- libtool
Expand Down
32 changes: 6 additions & 26 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ dependencies:
# These packages are useful for development but not otherwise required to build/run
# RAPIDS
- pip
- dask-cuda==25.10.*,>=0.0.0a0
- dask-cudf==25.10.*,>=0.0.0a0
# UCX Build
- libtool
- automake
Expand All @@ -250,18 +252,6 @@ dependencies:
- pkg-config
# Docs Build
- &doxygen doxygen=1.9.1 # pre-commit hook needs a specific version.
specific:
- output_types: [conda]
matrices:
- matrix:
cuda: "12.*"
packages:
- dask-cuda==25.10.*,>=0.0.0a0
- dask-cudf==25.10.*,>=0.0.0a0
# TODO: add 'dask-cuda' and 'dask-cudf' back to this 'dev' dependency list once there are CUDA 13 packages for those
# ref: https://github.com/rapidsai/ucxx/pull/489#issuecomment-3207723017
- matrix:
packages:
docs:
common:
- output_types: [conda]
Expand Down Expand Up @@ -414,28 +404,17 @@ dependencies:
packages:
- rmm-cu13==25.10.*,>=0.0.0a0
- {matrix: null, packages: [*rmm_unsuffixed]}
# TODO: re-include cudf on CUDA 13 here once cudf CUDA 13 packages exist
# ref: https://github.com/rapidsai/ucxx/pull/489#issuecomment-3207723017
depends_on_cudf:
common:
- output_types: [conda]
packages:
- &cudf_unsuffixed cudf==25.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [conda]
matrices:
- matrix:
cuda: "12.*"
packages:
- &cudf_unsuffixed cudf==25.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
packages:
- matrix:
packages:
- *cudf_unsuffixed
- output_types: [requirements, pyproject]
matrices:
- matrix:
Expand All @@ -446,6 +425,7 @@ dependencies:
- matrix:
cuda: "13.*"
packages:
- cudf-cu13==25.10.*,>=0.0.0a0
- {matrix: null, packages: [*cudf_unsuffixed]}
depends_on_distributed_ucxx:
common:
Expand Down