From 033198f9862ee4c0e11302bef8fe7c77ea12435e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:57:13 +0000 Subject: [PATCH] fix(deps): update dependency xgboost to >=3.4,<3.5 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12cd18f51..3215dbbca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ joblib = ["joblib>=1.0.0,<2.0", "scikit-learn>=1.0.0,<2.0"] flax = ["msgpack>=1.2.1,<2.0"] 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.4,<3.5", "py-ubjson>=0.16.0"] mlflow = ["mlflow>=2.12.0"] sevenzip = ["py7zr>=1.1.3"] # Full ML framework bundle with version-appropriate NumPy @@ -113,7 +113,7 @@ all-ci = [ "scikit-learn>=1.0.0,<2.0", "msgpack>=1.2.1,<2.0", "tflite>=2.18.0", - "xgboost>=3.2,<3.3", + "xgboost>=3.4,<3.5", "py-ubjson>=0.16.0", "py7zr>=1.1.3", "mlflow>=2.12.0", @@ -140,7 +140,7 @@ all = [ "scikit-learn>=1.0.0,<2.0", "msgpack>=1.2.1,<2.0", "tflite>=2.18.0", - "xgboost>=3.2,<3.3", + "xgboost>=3.4,<3.5", "py-ubjson>=0.16.0", "py7zr>=1.1.3", "mlflow>=2.12.0",