Skip to content

Commit

Permalink
add correct project depend + update description
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Oct 13, 2023
1 parent d43488a commit cd8ebb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tqdm = "^4.65.0"
networkx = "^3.0"
arviz = "^0.16.1"
seaborn = "^0.12.2"
mkdocs = "^1.5.3"



[tool.poetry.group.dev.dependencies]
Expand All @@ -38,6 +38,10 @@ pytest-xdist = "^3.2.0"
pre-commit = "^3.1.0"
interrogate = "^1.5.0"
pyright = "^1.1.309"
mkdocs-material = "^9.1.6"
mkdocstrings = {extras = ["python"], version = "^0.21.2"}
mkdocs-gen-files = "^0.4.0"
mkdocs-literate-nav = "^0.6.0"

[tool.coverage.report]
fail_under = 85.0
Expand Down

0 comments on commit cd8ebb9

Please sign in to comment.