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