Skip to content

Commit 076a0e3

Browse files
authored
ci: Pin av to 8.0.3 (#5240)
1 parent 34395c7 commit 076a0e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/unittest/linux/scripts/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
- future
1414
- pillow >=5.3.0, !=8.3.0
1515
- scipy
16-
- av
16+
- av <= 8.0.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- future
1414
- pillow >=5.3.0, !=8.3.0
1515
- scipy
16-
- av
16+
- av <= 8.0.3
1717
- dataclasses

0 commit comments

Comments
 (0)