Skip to content

Commit 5895fc1

Browse files
Update xgboost requirement from ~=3.1.3 to ~=3.2.0 in /dao (#548)
Updates the requirements on [xgboost](https://github.com/dmlc/xgboost) to permit the latest version. - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](dmlc/xgboost@v3.1.3...v3.2.0) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05f4aa6 commit 5895fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dao/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cryptography~=46.0.4
2323
tzlocal~=5.3.1
2424
mip==1.16rc0
2525
scikit-learn~=1.8.0
26-
xgboost~=3.1.3
26+
xgboost~=3.2.0
2727
scipy~=1.17.0
2828
joblib~=1.5.3
2929
knmi-py~=0.2.0

0 commit comments

Comments
 (0)