mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Merge branch 'master' of github.com:3b1b/manim into video-work
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
import os
|
|
||||||
import platform
|
import platform
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
|
from IPython.core.getipython import get_ipython
|
||||||
from pyglet.window import key as PygletWindowKeys
|
from pyglet.window import key as PygletWindowKeys
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
import inspect
|
import inspect
|
||||||
import pyperclip
|
import pyperclip
|
||||||
import re
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
from IPython.core.getipython import get_ipython
|
||||||
from IPython.terminal import pt_inputhooks
|
from IPython.terminal import pt_inputhooks
|
||||||
from IPython.terminal.embed import InteractiveShellEmbed
|
from IPython.terminal.embed import InteractiveShellEmbed
|
||||||
|
|
||||||
|
@ -29,12 +29,14 @@ classifiers =
|
|||||||
packages = find:
|
packages = find:
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
|
appdirs
|
||||||
colour
|
colour
|
||||||
|
diskcache
|
||||||
ipython>=8.18.0
|
ipython>=8.18.0
|
||||||
isosurfaces
|
isosurfaces
|
||||||
fontTools
|
fontTools
|
||||||
mapbox-earcut
|
|
||||||
manimpango>=0.6.0
|
manimpango>=0.6.0
|
||||||
|
mapbox-earcut
|
||||||
matplotlib
|
matplotlib
|
||||||
moderngl
|
moderngl
|
||||||
moderngl_window
|
moderngl_window
|
||||||
@ -51,6 +53,7 @@ install_requires =
|
|||||||
skia-pathops
|
skia-pathops
|
||||||
svgelements>=1.8.1
|
svgelements>=1.8.1
|
||||||
sympy
|
sympy
|
||||||
|
tempfile
|
||||||
tqdm
|
tqdm
|
||||||
typing-extensions; python_version < "3.11"
|
typing-extensions; python_version < "3.11"
|
||||||
validators
|
validators
|
||||||
|
Reference in New Issue
Block a user