Skip to content

Commit

Permalink
allow pycairo>=1.18.0 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eulertour committed Jul 7, 2019
1 parent 41792fd commit dfdceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ scipy==1.1.0
tqdm==4.24.0
opencv-python==3.4.2.17
pycairo==1.17.1; sys_platform == 'linux'
pycairo==1.18.0; sys_platform == 'win32'
pycairo>=1.18.0; sys_platform == 'win32'
pydub==0.23.0

0 comments on commit dfdceb1

Please sign in to comment.