Skip to content

Commit

Permalink
Added anesthetic as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Feb 29, 2024
1 parent 2901f25 commit 3722f1e
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 @@ -43,6 +43,7 @@ classifiers = [
[project.optional-dependencies]
docs = ["sphinx", "sphinx_rtd_theme", "numpydoc"]
test = ["pytest", "pytest-cov", "flake8", "pydocstyle", "packaging", "pre-commit"]
plot = ["anesthetic",]

[tool.setuptools.dynamic]
version = {attr = "lsbi._version.__version__"}
Expand Down

0 comments on commit 3722f1e

Please sign in to comment.