Skip to content

Commit

Permalink
release(1.1.0): adds grey dilation and erosion
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 31, 2023
1 parent 369e018 commit 6bc9ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(fname):

setuptools.setup(
name="fastmorph",
version="1.0.3",
version="1.1.0",
setup_requires=["numpy","pybind11"],
install_requires=['numpy', 'edt', 'fill-voids', 'connected-components-3d', 'fastremap'],
python_requires=">=3.8.0", # >= 3.8 < 4.0
Expand Down

0 comments on commit 6bc9ed2

Please sign in to comment.