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
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- cython>=3.0.0,<3.2.0
- dask-cuda==26.2.*,>=0.0.0a0
- dask-cudf==26.2.*,>=0.0.0a0
- dask-ml
- dask-ml>=2024
- doxygen=1.9.1
- gcc_linux-aarch64=14.*
- graphviz
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- cython>=3.0.0,<3.2.0
- dask-cuda==26.2.*,>=0.0.0a0
- dask-cudf==26.2.*,>=0.0.0a0
- dask-ml
- dask-ml>=2024
- doxygen=1.9.1
- gcc_linux-64=14.*
- graphviz
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- cython>=3.0.0,<3.2.0
- dask-cuda==26.2.*,>=0.0.0a0
- dask-cudf==26.2.*,>=0.0.0a0
- dask-ml
- dask-ml>=2024
- doxygen=1.9.1
- gcc_linux-aarch64=14.*
- graphviz
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- cython>=3.0.0,<3.2.0
- dask-cuda==26.2.*,>=0.0.0a0
- dask-cudf==26.2.*,>=0.0.0a0
- dask-ml
- dask-ml>=2024
- doxygen=1.9.1
- gcc_linux-64=14.*
- graphviz
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- dask-ml
- dask-ml>=2024
test_python_xgboost:
common:
- output_types: [conda]
Expand Down Expand Up @@ -544,7 +544,7 @@ dependencies:
common:
- output_types: [conda, requirements]
packages:
- dask-ml==2023.3.24
- dask-ml==2025.1.0
- jupyter
- *numpy
- pandas
Expand Down
2 changes: 1 addition & 1 deletion python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dask = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
test-dask = [
"dask-cuda==26.2.*,>=0.0.0a0",
"dask-ml",
"dask-ml>=2024",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down
Loading