mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Update setup.cfg
This commit is contained in:
parent
d499544366
commit
a34c4482f6
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = manimgl
|
name = manimgl
|
||||||
version = 1.6.1
|
version = 1.7.0
|
||||||
author = Grant Sanderson
|
author = Grant Sanderson
|
||||||
author_email= grant@3blue1brown.com
|
author_email= grant@3blue1brown.com
|
||||||
description = Animation engine for explanatory math videos
|
description = Animation engine for explanatory math videos
|
||||||
|
@ -30,10 +30,10 @@ packages = find:
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
colour
|
colour
|
||||||
ipython
|
ipython>=8.18.0
|
||||||
isosurfaces
|
isosurfaces
|
||||||
manimpango>=0.4.0.post0,<0.5.0
|
fontTools
|
||||||
mapbox-earcut
|
manimpango>=0.6.0
|
||||||
matplotlib
|
matplotlib
|
||||||
moderngl
|
moderngl
|
||||||
moderngl_window
|
moderngl_window
|
||||||
|
@ -51,6 +51,7 @@ install_requires =
|
||||||
svgelements>=1.8.1
|
svgelements>=1.8.1
|
||||||
sympy
|
sympy
|
||||||
tqdm
|
tqdm
|
||||||
|
typing-extensions; python_version < "3.11"
|
||||||
validators
|
validators
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
|
|
Loading…
Add table
Reference in a new issue