mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 15:57:43 +00:00
This commit is contained in:
parent
a5a73cb2da
commit
7787730743
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
addict
|
addict
|
||||||
appdirs
|
appdirs
|
||||||
audioop-lts
|
audioop-lts; python_version>='3.13'
|
||||||
colour
|
colour
|
||||||
diskcache
|
diskcache
|
||||||
ipython>=8.18.0
|
ipython>=8.18.0
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
addict
|
addict
|
||||||
appdirs
|
appdirs
|
||||||
audioop-lts
|
audioop-lts; python_version >= "3.13"
|
||||||
colour
|
colour
|
||||||
diskcache
|
diskcache
|
||||||
ipython>=8.18.0
|
ipython>=8.18.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue