Skip to content

Commit

Permalink
Add cellpose[gui] as a main dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 14, 2024
1 parent 9b7e38f commit f04782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
'torchvision',
'numpy',
"tqdm",
'cellpose[gui]'
]

[project.optional-dependencies]
Expand All @@ -32,7 +33,6 @@ dev = [
'mypy',
'pdoc',
'pre-commit',
'cellpose[gui]'
]

[project.urls]
Expand Down

0 comments on commit f04782c

Please sign in to comment.