Skip to content

Commit

Permalink
install pycairo conditionally based on platform identifier (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
eulertour authored May 31, 2019
1 parent e9fc2aa commit 3632d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ progressbar==2.5
scipy==1.1.0
tqdm==4.24.0
opencv-python==3.4.2.17
pycairo>=1.17.1
pycairo==1.17.1; sys_platform == 'linux'
pycairo==1.18.0; sys_platform == 'win32'
pydub==0.23.0

0 comments on commit 3632d97

Please sign in to comment.