Skip to content

fix(deps): update dependency xgboost to >=3.4,<3.5 - #1827

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/xgboost-3.x
Open

fix(deps): update dependency xgboost to >=3.4,<3.5#1827
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/xgboost-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
xgboost >=3.2,<3.3>=3.4,<3.5 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package xgboost --upgrade-package xgboost --upgrade-package xgboost
Using CPython 3.13.15 interpreter at: /opt/containerbase/tools/python/3.13.15/bin/python3
   Building tensorrt-cu13-libs==10.16.1.11
      Built tensorrt-cu13-libs==10.16.1.11
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version == '3.11.*' and platform_machine != 's390x'):
  ╰─▶ Because the requested Python version (>=3.10, <3.14) does not satisfy
      Python>=3.12 and modelaudit[all] depends on xgboost{python_full_version
      < '3.12'}>=3.4, we can conclude that modelaudit[all]'s requirements
      are unsatisfiable.
      And because your project requires modelaudit[all], we can conclude that
      your project's requirements are unsatisfiable.

hint: While the active Python version is 3.13, the resolution failed for other Python versions supported by your project. Consider limiting your project's supported Python versions using `requires-python`.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread pyproject.toml
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'",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants