mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Update requirements.txt
updated pycairo version for windows
This commit is contained in:
parent
49582c3591
commit
cce2191eb6
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ scipy==1.3.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.1; sys_platform == 'win32'
|
||||
pydub==0.23.0
|
||||
|
|
Loading…
Add table
Reference in a new issue