Commit c0cb53b 1 parent 1b71a43 commit c0cb53b Copy full SHA for c0cb53b
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,27 @@ def read(fname):
20
20
21
21
setuptools .setup (
22
22
name = "kimimaro" ,
23
- version = "3.7 .0" ,
23
+ version = "3.8 .0" ,
24
24
setup_requires = ["numpy" , "cython" ],
25
25
install_requires = [
26
26
"click" ,
27
- "connected-components-3d>=1.5 .0" ,
27
+ "connected-components-3d>=3.16 .0" ,
28
28
"cloud-volume>=0.57.6" ,
29
- "dijkstra3d>=1.9 .0" ,
29
+ "dijkstra3d>=1.15 .0" ,
30
30
"fill-voids>=2.0.0" ,
31
31
"edt>=2.1.0" ,
32
32
"fastremap>=1.10.2" ,
33
33
"networkx" ,
34
34
"numpy>=1.16.1" ,
35
35
"pathos" ,
36
+ "pytest" ,
36
37
"scipy>=1.1.0" ,
37
- "xs3d>=0 .2.0" ,
38
+ "xs3d>=1 .2.0,<2 " ,
38
39
],
39
40
extras_require = {
40
41
'tif' : [ 'tifffile' ],
41
42
},
42
- python_requires = ">=3.6 .0,<4.0.0" ,
43
+ python_requires = ">=3.8 .0,<4.0.0" ,
43
44
ext_modules = [
44
45
setuptools .Extension (
45
46
'kimimaro.skeletontricks' ,
You can’t perform that action at this time.
0 commit comments