Skip to content

Commit

Permalink
update dependencies. move mkdocs dependencies to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsferreira committed Oct 4, 2024
1 parent c0ef64f commit 7c27d24
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
36 changes: 20 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ sympy = "^1.12"
matplotlib = "^3.8.3"
seaborn = "^0.13.2"
tqdm = "^4.66.5"
mkdocstrings = "^0.26.1"
mkdocs = "^1.6.1"
mkdocstrings-python = "^1.11.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand All @@ -34,6 +31,9 @@ types-seaborn = "^0.13.2.20240311"

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.2.7"
mkdocstrings = "^0.26.1"
mkdocs = "^1.6.1"
mkdocstrings-python = "^1.11.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 7c27d24

Please sign in to comment.