fix(deps): update dependency xgboost to >=3.3,<3.4#1701
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5073b2abd5
ℹ️ 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".
| tflite = ["tflite>=2.18.0"] | ||
| tensorrt = ["tensorrt>=8.6.0; sys_platform == 'linux' or sys_platform == 'win32'"] | ||
| xgboost = ["xgboost>=3.2,<3.3", "py-ubjson>=0.16.0"] | ||
| xgboost = ["xgboost>=3.3,<3.4", "py-ubjson>=0.16.0"] |
There was a problem hiding this comment.
Add a Python marker to the XGBoost 3.3 pin
When this extra is resolved on Python 3.10 or 3.11, there is no compatible xgboost>=3.3,<3.4 candidate because the 3.3.0 PyPI metadata declares requires_python: >=3.12 (unlike 3.2.0, which was >=3.10). That breaks installs such as modelaudit[xgboost] on supported Python versions and also the Fast Tests matrix in .github/workflows/test.yml, which pins Python 3.10/3.11 and runs uv sync --extra all-ci; please either keep a 3.2 fallback for <3.12 or guard this dependency with a Python-version marker.
Useful? React with 👍 / 👎.
This PR contains the following updates:
>=3.2,<3.3→>=3.3,<3.4Release Notes
dmlc/xgboost (xgboost)
v3.3.0: Release 3.3.0 stableCompare Source
Release notes
https://xgboost.readthedocs.io/en/latest/changes/v3.3.0.html
Additional artifacts:
You can verify the downloaded packages by running the following command on your Unix shell:
Experimental binary packages for R with CUDA enabled
Source tarball
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.