Commit graph

18 commits

Author SHA1 Message Date
omertuc
d5dc0d4d5b
Only install pyreadline on Windows
It's not required on Linux
2019-08-12 05:56:35 +03:00
omertuc
d61d540655
Update requirements.txt to include pyreadline
This solves #444
2019-08-06 08:19:46 +03:00
Devin Neal
eb13def609 update numpy and scipy versions 2019-07-10 17:53:19 -07:00
Devin Neal
dfdceb1908 allow pycairo>=1.18.0 for windows 2019-07-07 10:11:33 -07:00
Devin Neal
3632d97140
install pycairo conditionally based on platform identifier (#571) 2019-05-31 10:44:51 -07:00
Yoshi Askharoun
17558a4bd5
Update pycairo requirement
Many issues, such as #535, stem from the odd installation procedure of cairo and pycairo on Windows. By changing the pycairo requirement in requirements.txt, pip will no longer attempt to uninstall the working version. This should have no effect on the functionality of manim, though new installations are likely to default to pycairo 1.18.0 now.
2019-05-27 19:00:48 -07:00
Grant Sanderson
7e0f30614a Added rudimentary sound abilities to scene 2019-01-16 11:10:43 -08:00
Grant Sanderson
087715e538 Reimplented svg rendering using cairo, and changed vmobject color model to allow for gradeints and strokes with opacities. Many errors associated with python 2 to python 3 conversion are likely still present at this point. 2018-08-10 15:12:49 -07:00
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
Nathan Petrangelo
9c43382a27 I needed a this version of numpy to satisfy opencv. 2018-07-04 17:34:14 -04:00
Grant Sanderson
7c272c6236
Merge pull request #196 from 3b1b/eola2
Eola2
2018-04-06 13:09:53 -07:00
Grant Sanderson
35b674b480 Added argparse requirement 2018-04-06 13:08:37 -07:00
frozar
8ef7a1f722 [CONFIG] Add opencv-python in requirements. 2018-04-05 10:43:09 +02:00
Antoine Musso
0db160b792 Make pip to install aggdraw from github
pip is able to install a python module straight from a git repository
and supports pinning a specific commit.

Add scottopell/aggdraw-64bits to requirements.txt

Adjust README.md to drop the manual install step now covered by pip
install.

Test plan

I have created an empty virtual env on Debian GNU/Linux and ran the demo
command:
    python extract_scene.py -p example_scenes.py SquareToCircle

Signed-off-by: Antoine Musso <hashar@free.fr>
2017-05-04 15:07:30 +02:00
Grant Sanderson
3956a0c6c6 Updated Pillow/aggdraw requirement information 2016-11-15 20:11:06 -08:00
Grant Sanderson
a3fa16ebcb modification to requirements/example_scenes to make it slightly less unusable 2016-09-03 12:29:17 -07:00
Grant Sanderson
dfedc6422e Evidently this requires out of date PIL... 2016-07-12 10:35:42 -07:00
Scott Opell
d7ed7b3196 adds dependencies in requirements.txt and moves output directory within the folder so its self contained 2016-05-25 22:18:06 -04:00