Skip to content

Commit

Permalink
release(1.2.0): adds 2d support for dilate, erode, opening, closing
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 22, 2024
1 parent 54cd4e1 commit dd76f6a
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.1.0",
version="1.2.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 dd76f6a

Please sign in to comment.