Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alitinet committed Aug 24, 2022
1 parent 7cc510d commit d478121
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ dependencies = [
"numba==0.55.1",
"tables==3.7.0",
"scvi-tools==0.14.6",
"torchmetrics==0.6.0"
"torchmetrics==0.6.0",
"matplotlib"
]

[project.optional-dependencies]
Expand All @@ -37,8 +38,6 @@ dev = [
]
doc = [
"notebook==6.4.10",
"igraph==0.9.11",
"leidenalg==0.8.9",
"louvain==0.7.1",
"scanpy==1.9.0",
"sphinx>=4",
Expand Down

0 comments on commit d478121

Please sign in to comment.