Skip to content

Commit 1a96927

Browse files
Update dependency mkdocs-material to v9.6.4
1 parent c850520 commit 1a96927

File tree

2 files changed

+6
-262
lines changed

2 files changed

+6
-262
lines changed

poetry.lock

+4-255
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tool.poetry]
22
name = "biosim_client"
3-
version = "0.2.2"
3+
version = "0.0.2"
44
description = "This is a library to access biosimulations.org APIs."
55
authors = ["Jim Schaff <[email protected]>"]
66
repository = "https://github.com/biosimulations/biosim-client"
77
documentation = "https://jcschaff.github.io/biosim-client/"
88
readme = "README.md"
99
packages = [
10-
{include = "biosim_client"},
11-
{include = "tests"},
10+
{include = "biosim_client"}
1211
]
1312

1413
[tool.poetry.dependencies]
@@ -20,9 +19,6 @@ urllib3 = "^2.2.3"
2019
typing-extensions = "^4.12.2"
2120
python-dateutil = "^2.9.0.post0"
2221
matplotlib = "^3.9.2"
23-
ipython = "^8.32.0"
24-
pillow = "^11.1.0"
25-
pymupdf = "^1.25.3"
2622

2723
[tool.poetry.group.dev.dependencies]
2824
pytest = "^8.0.0"
@@ -33,7 +29,6 @@ pre-commit = "^3.4.0"
3329
tox = "^4.11.1"
3430
types-python-dateutil = "^2.9.0.20241003"
3531
pandas-stubs = "^2.2.3.241009"
36-
sniffio = "^1.3.1"
3732

3833
[tool.poetry.group.docs.dependencies]
3934
mkdocs = "^1.4.2"

0 commit comments

Comments
 (0)