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 4beb2be + a2eaaf3 commit 28d3693Copy full SHA for 28d3693
.github/workflows/ci-goturn.yml
@@ -28,7 +28,7 @@ jobs:
28
container: adversarialrobustnesstoolbox/art_testing_envs:goturn
29
steps:
30
- name: Checkout Repo
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
32
- name: Run Test Action
33
uses: ./.github/actions/goturn
34
- name: Upload coverage to Codecov
requirements_test.txt
@@ -7,7 +7,7 @@ scikit-learn==1.4.1.post1
7
six==1.16.0
8
Pillow==10.3.0
9
tqdm==4.66.4
10
-statsmodels==0.14.1
+statsmodels==0.14.2
11
pydub==0.25.1
12
resampy==0.4.2
13
ffmpeg-python==0.2.0
0 commit comments