Skip to content

Commit a34c448

Browse files
authored
Update setup.cfg
1 parent d499544 commit a34c448

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = manimgl
3-
version = 1.6.1
3+
version = 1.7.0
44
author = Grant Sanderson
55
author_email= grant@3blue1brown.com
66
description = Animation engine for explanatory math videos
@@ -30,10 +30,10 @@ packages = find:
3030
include_package_data = True
3131
install_requires =
3232
colour
33-
ipython
33+
ipython>=8.18.0
3434
isosurfaces
35-
manimpango>=0.4.0.post0,<0.5.0
36-
mapbox-earcut
35+
fontTools
36+
manimpango>=0.6.0
3737
matplotlib
3838
moderngl
3939
moderngl_window
@@ -51,6 +51,7 @@ install_requires =
5151
svgelements>=1.8.1
5252
sympy
5353
tqdm
54+
typing-extensions; python_version < "3.11"
5455
validators
5556

5657
[options.entry_points]

0 commit comments

Comments
 (0)