diff --git a/Readme.md b/Readme.md index 4afc25e..5a43c06 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ information of the point cloud into the contraction algorithm to overcome these ### Installation -First install [Python](https://www.python.org/downloads/) Version 3.7 or higher. The python package can be installed +First install [Python](https://www.python.org/downloads/) Version 3.8 or higher. The python package can be installed via [PyPi](https://pypi.org/project/pc-skeletor/) using pip. ````sh @@ -86,8 +86,6 @@ lbc.extract_topology() # Debug/Visualization lbc.visualize() -lbc.show_graph(lbc.skeleton_graph) -lbc.show_graph(lbc.topology_graph) lbc.export_results('./output') lbc.animate(init_rot=np.asarray([[1, 0, 0], [0, 0, 1], [0, 1, 0]]), steps=300, diff --git a/setup.py b/setup.py index ee995bc..8daddbe 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,6 @@ install_requires=install_requires, # external packages as dependencies python_requires='>=3.8', classifiers=[ - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',