Skip to content
Open
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
1 change: 1 addition & 0 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- cython>=3.0.3
- dask-cuda==25.10.*,>=0.0.0a0
- dask-cudf==25.10.*,>=0.0.0a0
- distributed-ucxx==0.46.*,>=0.0.0a0
- doxygen=1.9.1
- gcc_linux-aarch64=14.*
- gdb
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- cython>=3.0.3
- dask-cuda==25.10.*,>=0.0.0a0
- dask-cudf==25.10.*,>=0.0.0a0
- distributed-ucxx==0.46.*,>=0.0.0a0
- doxygen=1.9.1
- gcc_linux-64=14.*
- gdb
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- dask-cuda==25.10.*,>=0.0.0a0
- distributed-ucxx==0.46.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand Down
1 change: 1 addition & 0 deletions python/rapidsmpf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ test = [
"cupy-cuda12x>=12.0.0",
"dask-cuda==25.10.*,>=0.0.0a0",
"dask-cudf==25.10.*,>=0.0.0a0",
"distributed-ucxx==0.46.*,>=0.0.0a0",
"libcudf==25.10.*,>=0.0.0a0",
"librmm==25.10.*,>=0.0.0a0",
"numpy >=1.23,<3.0a0",
Expand Down
Loading