Skip to content

Commit 68ae0d6

Browse files
Update xgboost requirement from ~=3.1.1 to ~=3.1.2 in /dao (#500)
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.1...v3.1.2) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.1.2 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 23bf211 commit 68ae0d6

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.3
2323
tzlocal~=5.3.1
2424
mip==1.16rc0
2525
scikit-learn~=1.8.0
26-
xgboost~=3.1.1
26+
xgboost~=3.1.2
2727
scipy~=1.16.3
2828
joblib~=1.5.3
2929
knmi-py~=0.2.0

0 commit comments

Comments
 (0)