mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 11:37:45 +00:00
allow pycairo>=1.18.0 for windows
This commit is contained in:
parent
41792fdb5f
commit
dfdceb1908
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue