Skip to content

Commit 6831a1c

Browse files
pmeierdatumbox
andauthored
disable pyav==9.1.1 on windows (#5724)
Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
1 parent 96f2c0d commit 6831a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/windows/scripts/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies:
1414
- future
1515
- pillow >=5.3.0, !=8.3.*
1616
- scipy
17-
- av
17+
- av != 9.1.1
1818
- dataclasses
1919
- h5py

0 commit comments

Comments
 (0)