We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d499544 commit a34c448Copy full SHA for a34c448
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = manimgl
3
-version = 1.6.1
+version = 1.7.0
4
author = Grant Sanderson
5
author_email= grant@3blue1brown.com
6
description = Animation engine for explanatory math videos
@@ -30,10 +30,10 @@ packages = find:
30
include_package_data = True
31
install_requires =
32
colour
33
- ipython
+ ipython>=8.18.0
34
isosurfaces
35
- manimpango>=0.4.0.post0,<0.5.0
36
- mapbox-earcut
+ fontTools
+ manimpango>=0.6.0
37
matplotlib
38
moderngl
39
moderngl_window
@@ -51,6 +51,7 @@ install_requires =
51
svgelements>=1.8.1
52
sympy
53
tqdm
54
+ typing-extensions; python_version < "3.11"
55
validators
56
57
[options.entry_points]
0 commit comments