Skip to content

Commit

Permalink
Added napari to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerv committed Jan 9, 2024
1 parent 0c78a7a commit bef5cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions colabseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@

from .new_gui_functions import ColabSegData
from .image_io import ImageIO
from .napari_integration import NapariManager
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
python_requires=">=3.6, <=3.9",
install_requires=[
"py3Dmol>2.0",
"numpy==1.22.3",
"numpy",
"h5py",
"scipy",
"tqdm",
Expand All @@ -39,6 +39,7 @@
"jupyter",
"future",
"pyntcloud",
"napari",
],
keywords=["python", "first package"],
classifiers=[
Expand All @@ -47,4 +48,4 @@
"Programming Language :: Python :: 3",
"Operating System :: MacOS :: MacOS X",
],
)
)

0 comments on commit bef5cc2

Please sign in to comment.