diff --git a/pyproject.toml b/pyproject.toml index b4d9a54..a524c41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ training = [ research = [ "catboost==1.2.2", "torch==2.7.0", - "xgboost==1.7.6", + "xgboost==3.2.0", ] test = [ "black==24.8.0",