File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Pillow==10.3.0
99tqdm==4.66.4
1010statsmodels==0.14.2
1111pydub==0.25.1
12- resampy==0.4.2
12+ resampy==0.4.3
1313ffmpeg-python==0.2.0
1414cma==3.3.0
15- pandas==2.2.1
15+ pandas==2.2.2
1616librosa==0.10.1
1717numba~=0.56.4
1818opencv-python
@@ -41,7 +41,7 @@ timm==0.9.2
4141catboost==1.2.3
4242GPy==1.13.1
4343lightgbm==4.3.0
44- xgboost==2.0.3
44+ xgboost==2.1.1
4545
4646kornia~=0.7.1
4747tensorboardX==2.6.2.2
@@ -57,7 +57,7 @@ pytest-cov~=5.0.0
5757pylint==3.2.6
5858mypy==1.11.1
5959pycodestyle==2.12.1
60- black==24.4.2
60+ black==24.8.0
6161ruff==0.5.5
6262types-six==1.16.21.9
6363types-PyYAML==6.0.12.20240724
You can’t perform that action at this time.
0 commit comments