Browse Source

Merge branch 'master' of github.com:3b1b/manim into video-work

Grant Sanderson 4 days ago
parent
commit
0c7c9dee93
1 changed files with 5 additions and 4 deletions
  1. 5 4
      setup.cfg

+ 5 - 4
setup.cfg

@@ -1,6 +1,6 @@
 [metadata]
 name = manimgl
-version = 1.6.1
+version = 1.7.0
 author = Grant Sanderson
 author_email= grant@3blue1brown.com
 description = Animation engine for explanatory math videos
@@ -30,10 +30,10 @@ packages = find:
 include_package_data = True
 install_requires =
     colour
-    ipython
+    ipython>=8.18.0
     isosurfaces
-    manimpango>=0.4.0.post0,<0.5.0
-    mapbox-earcut
+    fontTools
+    manimpango>=0.6.0
     matplotlib
     moderngl
     moderngl_window
@@ -51,6 +51,7 @@ install_requires =
     svgelements>=1.8.1
     sympy
     tqdm
+    typing-extensions; python_version < "3.11"
     validators
 
 [options.entry_points]