Skip to content

Commit c0cb53b

Browse files
release(4.0.0): voxel graphs, invalidation ball in components
NOTE: slower performance due to increased skeleton quality
1 parent 1b71a43 commit c0cb53b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

setup.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,27 @@ def read(fname):
2020

2121
setuptools.setup(
2222
name="kimimaro",
23-
version="3.7.0",
23+
version="3.8.0",
2424
setup_requires=["numpy", "cython"],
2525
install_requires=[
2626
"click",
27-
"connected-components-3d>=1.5.0",
27+
"connected-components-3d>=3.16.0",
2828
"cloud-volume>=0.57.6",
29-
"dijkstra3d>=1.9.0",
29+
"dijkstra3d>=1.15.0",
3030
"fill-voids>=2.0.0",
3131
"edt>=2.1.0",
3232
"fastremap>=1.10.2",
3333
"networkx",
3434
"numpy>=1.16.1",
3535
"pathos",
36+
"pytest",
3637
"scipy>=1.1.0",
37-
"xs3d>=0.2.0",
38+
"xs3d>=1.2.0,<2",
3839
],
3940
extras_require={
4041
'tif': [ 'tifffile' ],
4142
},
42-
python_requires=">=3.6.0,<4.0.0",
43+
python_requires=">=3.8.0,<4.0.0",
4344
ext_modules=[
4445
setuptools.Extension(
4546
'kimimaro.skeletontricks',

0 commit comments

Comments
 (0)