Skip to content

Commit

Permalink
Merge branch 'dev_1.19.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-buesser authored Oct 1, 2024
2 parents 1ae8ccb + 1207d0a commit 5411f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goturn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Test Action
uses: ./.github/actions/goturn
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Pillow==10.3.0
tqdm==4.66.4
statsmodels==0.14.2
pydub==0.25.1
resampy==0.4.2
resampy==0.4.3
ffmpeg-python==0.2.0
cma==3.3.0
pandas==2.2.1
pandas==2.2.2
librosa==0.10.1
numba~=0.56.4
opencv-python
Expand Down Expand Up @@ -41,7 +41,7 @@ timm==0.9.2
catboost==1.2.3
GPy==1.13.1
lightgbm==4.3.0
xgboost==2.0.3
xgboost==2.1.1

kornia~=0.7.1
tensorboardX==2.6.2.2
Expand All @@ -57,7 +57,7 @@ pytest-cov~=5.0.0
pylint==3.2.6
mypy==1.11.1
pycodestyle==2.12.1
black==24.4.2
black==24.8.0
ruff==0.5.5
types-six==1.16.21.9
types-PyYAML==6.0.12.20240724
Expand Down

0 comments on commit 5411f45

Please sign in to comment.