Skip to content

Commit c6b7114

Browse files
Update xgboost requirement in /docker/openproblems-python-extras
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@v1.6.0rc1...v1.7.3) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14d70b3 commit c6b7114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openproblems-python-extras/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ git+https://github.com/KrishnaswamyLab/[email protected]#subdirectory=pyth
44
git+https://github.com/scottgigante-immunai/knn-smoothing@python_package
55
magic-impute==3.0.*
66
phate==1.0.*
7-
xgboost==1.6.*
7+
xgboost==1.7.*

0 commit comments

Comments
 (0)