Compare commits

...

2 Commits

Author SHA1 Message Date
eba84a44fc fix(deps): remove manim dep 2022-09-10 23:10:42 +02:00
c8cf2e6074 Update README.md 2022-09-10 23:06:30 +02:00
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Tool for live presentations using either [manim-community](https://www.manim.community/) or [manimgl](https://3b1b.github.io/manim/). `manim-slides` will automatically detect the one you are using!
> **_NOTE:_** This project extends to work of [`manim-presentation`](https://github.com/galatolofederico/manim-presentation), with a lot more features!
> **_NOTE:_** This project extends the work of [`manim-presentation`](https://github.com/galatolofederico/manim-presentation), with a lot more features!
## Install

View File

@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.2.1"

View File

@ -30,7 +30,6 @@ setuptools.setup(
"click>=8.0",
"click-default-group>=1.2",
"numpy>=1.19.3",
"manim",
"pydantic>=1.9.1",
"opencv-python>=4.6",
],