fix(deps): update dependency xgboost to >=3.4,<3.5 - #1827
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bb977ac557
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| tensorrt = ["tensorrt>=8.6.0; sys_platform == 'linux' or sys_platform == 'win32'"] | ||
| xgboost = [ | ||
| "xgboost>=3.2,<3.3; python_version < '3.12'", | ||
| "xgboost>=3.4,<3.5; python_version < '3.12'", |
There was a problem hiding this comment.
Keep XGBoost 3.2 on Python below 3.12
For Python 3.10 or 3.11, this marker selects XGBoost 3.4 even though that release requires Python 3.12+, so installing the xgboost, all, or all-ci extra becomes unsatisfiable; in particular, the Python 3.10 CI lane runs uv sync --extra all-ci. Preserve the 3.2 constraint for python_version < '3.12' in all three extras rather than applying the 3.4 upgrade to unsupported interpreters.
AGENTS.md reference: AGENTS.md:L102-L103
Useful? React with 👍 / 👎.
This PR contains the following updates:
>=3.2,<3.3→>=3.4,<3.5Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.