Skip to content

Commit 5411f45

Browse files
authored
Merge branch 'dev_1.19.0' into main
2 parents 1ae8ccb + 1207d0a commit 5411f45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Pillow==10.3.0
99
tqdm==4.66.4
1010
statsmodels==0.14.2
1111
pydub==0.25.1
12-
resampy==0.4.2
12+
resampy==0.4.3
1313
ffmpeg-python==0.2.0
1414
cma==3.3.0
15-
pandas==2.2.1
15+
pandas==2.2.2
1616
librosa==0.10.1
1717
numba~=0.56.4
1818
opencv-python
@@ -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
@@ -57,7 +57,7 @@ pytest-cov~=5.0.0
5757
pylint==3.2.6
5858
mypy==1.11.1
5959
pycodestyle==2.12.1
60-
black==24.4.2
60+
black==24.8.0
6161
ruff==0.5.5
6262
types-six==1.16.21.9
6363
types-PyYAML==6.0.12.20240724

0 commit comments

Comments
 (0)