From 3684966fb87cc49d319e66eb631cf57b7727fdaf Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:33:18 +0000 Subject: [PATCH] chore(deps): update dependency xgboost to v2.1.2 --- test/fixtures/models/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/models/model/requirements.txt b/test/fixtures/models/model/requirements.txt index 2aeae08..ca9ddef 100644 --- a/test/fixtures/models/model/requirements.txt +++ b/test/fixtures/models/model/requirements.txt @@ -5,4 +5,4 @@ psutil==6.0.0 scikit-learn==1.3.0 scipy==1.11.1 typing-extensions==4.7.1 -xgboost==2.1.1 \ No newline at end of file +xgboost==2.1.2 \ No newline at end of file