Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerls committed Apr 12, 2024
1 parent 35860ad commit 84284f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 84284f5

Please sign in to comment.