Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Mar 18, 2024
1 parent 95ea92a commit 07e06b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies = [
'torch',
'torchvision',
'numpy',
"tqdm",
'cellpose[gui]'
'tqdm',
'cellpose'
]

[project.optional-dependencies]
Expand All @@ -34,6 +34,8 @@ dev = [
'pdoc',
'pre-commit',
]
pretrained = ['cellpose[gui]']
all = ["cellmap-models[dev,pretrained]"]

[project.urls]
homepage = "https://janelia-cellmap.github.io/cellmap-models"
Expand Down

0 comments on commit 07e06b2

Please sign in to comment.