Skip to content

Commit

Permalink
Update pyproject.toml (#3017)
Browse files Browse the repository at this point in the history
needed to had a "test" not "tests" in the pyproject
  • Loading branch information
ori-kron-wis authored Oct 15, 2024
1 parent 757bc97 commit c53efe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dependencies = [
tests = ["pytest", "pytest-pretty", "coverage", "scvi-tools[optional]"]
editing = ["jupyter", "pre-commit"]
dev = ["scvi-tools[editing,tests]"]
test = ["scvi-tools[tests]"]

docs = [
"docutils>=0.8,!=0.18.*,!=0.19.*", # see https://github.com/scverse/cookiecutter-scverse/pull/205
Expand Down

0 comments on commit c53efe0

Please sign in to comment.