Skip to content

Commit 41c78af

Browse files
authored
Merge pull request #2485 from Trusted-AI/dependabot/pip/xgboost-2.1.1
Bump xgboost from 2.0.3 to 2.1.1
2 parents 2f62c14 + 660ce22 commit 41c78af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-goturn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Test Action
3333
uses: ./.github/actions/goturn
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v3
35+
uses: codecov/codecov-action@v4
3636
env:
3737
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3838
with:

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ timm==0.9.2
4141
catboost==1.2.3
4242
GPy==1.13.1
4343
lightgbm==4.3.0
44-
xgboost==2.0.3
44+
xgboost==2.1.1
4545

4646
kornia~=0.7.1
4747
tensorboardX==2.6.2.2

0 commit comments

Comments
 (0)