-
Notifications
You must be signed in to change notification settings - Fork 677
Forward merge from release/26.04 #7910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,11 +11,11 @@ Required Runtime Dependencies | |||||
| The following dependencies are required for the cuML library: | ||||||
|
|
||||||
| * **NumPy**: >=1.23,<3.0a0 | ||||||
| * **scikit-learn**: >=1.4 | ||||||
| * **scipy**: >=1.8.0 | ||||||
| * **scikit-learn**: >=1.5 | ||||||
| * **scipy**: >=1.14.0 | ||||||
| * **numba**: >=0.60.0,<0.62.0a0 | ||||||
| * **cupy**: cupy-cuda12x>=13.6.0 (CUDA 12), cupy-cuda13x>=13.6.0 (CUDA 13) | ||||||
| * **treelite**: ==4.4.1 | ||||||
| * **treelite**: >=4.6.1,<5.0.0 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
# Verify treelite constraints in docs vs packaging metadata/source-of-truth
rg -n 'treelite' docs/source/supported_versions.rst \
dependencies.yaml \
python/cuml/pyproject.toml \
conda/recipes/cuml/recipe.yamlRepository: rapidsai/cuml Length of output: 504 Align treelite minimum in docs with the actual package floor. Line 18 documents Proposed fix-* **treelite**: >=4.6.1,<5.0.0
+* **treelite**: >=4.7.0,<5.0.0📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| Dask Runtime Dependencies | ||||||
| ------------------------- | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: rapidsai/cuml
Length of output: 533
Update scikit-learn minimum to match documented constraint.
Line 104 specifies
scikit-learn >=1.4while the documentation and all other dependency definitions (pyproject.toml,dependencies.yaml,supported_versions.rst) requirescikit-learn >=1.5. This inconsistency allows conda environments below the tested minimum.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents