Skip to content

Commit

Permalink
Update dependency mkdocs-material to v9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent c850520 commit 1a96927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 262 deletions.
259 changes: 4 additions & 255 deletions poetry.lock

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

9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "biosim_client"
version = "0.2.2"
version = "0.0.2"
description = "This is a library to access biosimulations.org APIs."
authors = ["Jim Schaff <schaff@uchc.edu>"]
repository = "https://github.com/biosimulations/biosim-client"
documentation = "https://jcschaff.github.io/biosim-client/"
readme = "README.md"
packages = [
{include = "biosim_client"},
{include = "tests"},
{include = "biosim_client"}
]

[tool.poetry.dependencies]
Expand All @@ -20,9 +19,6 @@ urllib3 = "^2.2.3"
typing-extensions = "^4.12.2"
python-dateutil = "^2.9.0.post0"
matplotlib = "^3.9.2"
ipython = "^8.32.0"
pillow = "^11.1.0"
pymupdf = "^1.25.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
Expand All @@ -33,7 +29,6 @@ pre-commit = "^3.4.0"
tox = "^4.11.1"
types-python-dateutil = "^2.9.0.20241003"
pandas-stubs = "^2.2.3.241009"
sniffio = "^1.3.1"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.4.2"
Expand Down

0 comments on commit 1a96927

Please sign in to comment.