Fix problem in _min_distance

Remove grapher (moved to another repo)
This commit is contained in:
2020-06-12 00:50:25 +02:00
parent 647d21bdb5
commit 1bfe273a70
11 changed files with 147 additions and 846 deletions

View File

@@ -30,7 +30,7 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Intended Audience :: Science/Research",
],
install_requires=["scikit-learn>=0.23.0", "numpy", "matplotlib", "ipympl"],
install_requires=["scikit-learn>=0.23.0", "numpy", "ipympl"],
test_suite="stree.tests",
zip_safe=False,
)