Skip to content

Commit

Permalink
release(4.0.0): voxel graphs, invalidation ball in components
Browse files Browse the repository at this point in the history
NOTE: slower performance due to increased skeleton quality
  • Loading branch information
william-silversmith committed May 22, 2024
1 parent 1b71a43 commit c0cb53b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,27 @@ def read(fname):

setuptools.setup(
name="kimimaro",
version="3.7.0",
version="3.8.0",
setup_requires=["numpy", "cython"],
install_requires=[
"click",
"connected-components-3d>=1.5.0",
"connected-components-3d>=3.16.0",
"cloud-volume>=0.57.6",
"dijkstra3d>=1.9.0",
"dijkstra3d>=1.15.0",
"fill-voids>=2.0.0",
"edt>=2.1.0",
"fastremap>=1.10.2",
"networkx",
"numpy>=1.16.1",
"pathos",
"pytest",
"scipy>=1.1.0",
"xs3d>=0.2.0",
"xs3d>=1.2.0,<2",
],
extras_require={
'tif': [ 'tifffile' ],
},
python_requires=">=3.6.0,<4.0.0",
python_requires=">=3.8.0,<4.0.0",
ext_modules=[
setuptools.Extension(
'kimimaro.skeletontricks',
Expand Down

0 comments on commit c0cb53b

Please sign in to comment.