Skip to content

Commit dfdceb1

Browse files
committed
allow pycairo>=1.18.0 for windows
1 parent 41792fd commit dfdceb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ scipy==1.1.0
77
tqdm==4.24.0
88
opencv-python==3.4.2.17
99
pycairo==1.17.1; sys_platform == 'linux'
10-
pycairo==1.18.0; sys_platform == 'win32'
10+
pycairo>=1.18.0; sys_platform == 'win32'
1111
pydub==0.23.0

0 commit comments

Comments
 (0)