mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-08-06 17:29:45 +08:00
Made mcmc example. Added ability to view matplotlib plots.
This commit is contained in:
4
setup.py
4
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="manim_ml",
|
||||
version="0.0.16",
|
||||
description=(" Machine Learning Animations in python using Manim."),
|
||||
version="0.0.17",
|
||||
description=("Machine Learning Animations in python using Manim."),
|
||||
packages=find_packages(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user