Skip to content

Commit c373977

Browse files
committed
Change the PyAV version condition to depend on the platform
1 parent 6ed53c6 commit c373977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ classifiers =
3131
packages =
3232
thumbnails
3333
install_requires =
34-
av==8.0.0;python_version=='3.7'
35-
av==9.2.0;python_version>'3.7'
34+
av==8.0.0;sys_platform=='win32'
35+
av==9.2.0;sys_platform!='win32'
3636
click>=8.0.3
3737
imageio-ffmpeg>=0.4.7
3838
imageio>=2.23.0

0 commit comments

Comments
 (0)