From b24c9fb2e69b3f67d5b0fea1a087ccfd1d0c2d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:00:51 +0000 Subject: [PATCH] chore(deps): update dependency xgboost to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09d4f156..2c2f01f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ scipy=">1.4" [tool.poetry.dev-dependencies] jupyter="1.0.0" -xgboost="0.90" +xgboost="2.1.1" matplotlib="3.1.1" wget="3.2" pandas="0.25.3"