Skip to content

Commit

Permalink
Add typer as deps #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Jul 19, 2024
1 parent 47a9955 commit 7b64b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"lazy-loader",
"rich",
"ipywidgets",
"typer",
]

[tool.hatch.version]
Expand All @@ -34,6 +35,7 @@ path = "lazyslide/__init__.py"
[project.optional-dependencies]
all = [
"scipy",
"scanpy",
"torch",
"torchvision", # >0.15
"torchstain",
Expand Down

0 comments on commit 7b64b8a

Please sign in to comment.