We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f62c14 + 660ce22 commit 41c78afCopy full SHA for 41c78af
.github/workflows/ci-goturn.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run Test Action
33
uses: ./.github/actions/goturn
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
36
env:
37
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
with:
requirements_test.txt
@@ -41,7 +41,7 @@ timm==0.9.2
41
catboost==1.2.3
42
GPy==1.13.1
43
lightgbm==4.3.0
44
-xgboost==2.0.3
+xgboost==2.1.1
45
46
kornia~=0.7.1
47
tensorboardX==2.6.2.2
0 commit comments