Skip to content

Commit

Permalink
Try adding extra dep
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhunt committed Dec 14, 2023
1 parent d3aa80e commit 1b2e1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies = [


[project.optional-dependencies]
dev = ["check-manifest", "pytest", "mkdocs-material", "mkdocstrings[python]>=0.18"]
docs = ["mkdocs-material", "mkdocstrings[python]>=0.18"] # For building docs on GitHub
dev = ["check-manifest", "pytest", "mkdocs-material", "mkdocstrings[python]>=0.18", "pytkdocs[numpy-style]>=0.5.0"]
docs = ["mkdocs-material", "mkdocstrings[python]>=0.18", "pytkdocs[numpy-style]>=0.5.0"] # For building docs on GitHub
test = ["pytest"]

[project.urls] # Optional
Expand Down

0 comments on commit 1b2e1fe

Please sign in to comment.