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
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 @@ -80,6 +80,6 @@ dependencies:
- sphinx-markdown-tables
- statsmodels
- sysroot_linux-aarch64==2.28
- treelite>=4.6.1,<5.0.0
- treelite>=4.7.0,<5.0.0
- umap-learn>=0.5.7,<0.5.12
name: all_cuda-129_arch-aarch64
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 @@ -80,6 +80,6 @@ dependencies:
- sphinx-markdown-tables
- statsmodels
- sysroot_linux-64==2.28
- treelite>=4.6.1,<5.0.0
- treelite>=4.7.0,<5.0.0
- umap-learn>=0.5.7,<0.5.12
name: all_cuda-129_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-131_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ dependencies:
- sphinx-markdown-tables
- statsmodels
- sysroot_linux-aarch64==2.28
- treelite>=4.6.1,<5.0.0
- treelite>=4.7.0,<5.0.0
- umap-learn>=0.5.7,<0.5.12
name: all_cuda-131_arch-aarch64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-131_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ dependencies:
- sphinx-markdown-tables
- statsmodels
- sysroot_linux-64==2.28
- treelite>=4.6.1,<5.0.0
- treelite>=4.7.0,<5.0.0
- umap-learn>=0.5.7,<0.5.12
name: all_cuda-131_arch-x86_64
2 changes: 1 addition & 1 deletion conda/recipes/cuml/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ c_stdlib_version:
- "=2.28"

treelite_version:
- ">=4.6.1,<5.0.0"
- ">=4.7.0,<5.0.0"
2 changes: 1 addition & 1 deletion conda/recipes/libcuml/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ cmake_version:
- ">=3.30.4"

treelite_version:
- ">=4.6.1,<5.0.0"
- ">=4.7.0,<5.0.0"
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- &cython cython>=3.2.2
- &treelite treelite>=4.6.1,<5.0.0
- &treelite treelite>=4.7.0,<5.0.0
Comment thread
coderabbitai[bot] marked this conversation as resolved.
py_run_cuml:
common:
- output_types: [conda, requirements, pyproject]
Expand Down
4 changes: 2 additions & 2 deletions python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies = [
"rmm==26.4.*,>=0.0.0a0",
"scikit-learn>=1.5",
"scipy>=1.13.0",
"treelite>=4.6.1,<5.0.0",
"treelite>=4.7.0,<5.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down Expand Up @@ -191,7 +191,7 @@ requires = [
"ninja",
"pylibraft==26.4.*,>=0.0.0a0",
"rmm==26.4.*,>=0.0.0a0",
"treelite>=4.6.1,<5.0.0",
"treelite>=4.7.0,<5.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[tool.scikit-build]
Expand Down
Loading