Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -71,6 +71,7 @@ dependencies:
- rmm==25.12.*,>=0.0.0a0
- scikit-build-core>=0.10.0
- scikit-learn>=1.4
Comment thread
csadorf marked this conversation as resolved.
- scikit-learn>=1.4,<1.8.0.dev0
- scipy>=1.11.0
- seaborn
- sphinx
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 @@ -71,6 +71,7 @@ dependencies:
- rmm==25.12.*,>=0.0.0a0
- scikit-build-core>=0.10.0
- scikit-learn>=1.4
- scikit-learn>=1.4,<1.8.0.dev0
- scipy>=1.11.0
- seaborn
- sphinx
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ dependencies:
- rmm==25.12.*,>=0.0.0a0
- scikit-build-core>=0.10.0
- scikit-learn>=1.4
- scikit-learn>=1.4,<1.8.0.dev0
- scipy>=1.11.0
- seaborn
- sphinx
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ dependencies:
- rmm==25.12.*,>=0.0.0a0
- scikit-build-core>=0.10.0
- scikit-learn>=1.4
- scikit-learn>=1.4,<1.8.0.dev0
- scipy>=1.11.0
- seaborn
- sphinx
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ dependencies:
- pytest-cov
- pytest-xdist
- seaborn
- *scikit_learn
- scikit-learn>=1.4,<1.8.0.dev0
Comment thread
csadorf marked this conversation as resolved.
Outdated
- statsmodels
- tenacity
- umap-learn==0.5.7
Expand Down
2 changes: 1 addition & 1 deletion python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test = [
"pytest-xdist",
"pytest<9.0",
"pyyaml",
"scikit-learn>=1.4",
"scikit-learn>=1.4,<1.8.0.dev0",
"seaborn",
"statsmodels",
"tenacity",
Expand Down
Loading