Skip to content

Commit

Permalink
add versions (#1035)
Browse files Browse the repository at this point in the history
Co-authored-by: misi9170 <[email protected]>
  • Loading branch information
paulf81 and misi9170 authored Dec 2, 2024
1 parent 7a7a829 commit cf05538
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ dependencies = [

[project.optional-dependencies]
docs = [
"jupyter-book",
"sphinx-book-theme",
"sphinx-autodoc-typehints",
"sphinxcontrib-autoyaml",
"sphinxcontrib.mermaid",
"jupyter-book~=1.0",
"sphinx-book-theme~=1.0",
"sphinx-autodoc-typehints~=2.0",
"sphinxcontrib-autoyaml~=1.0",
"sphinxcontrib.mermaid~=1.0",
]
develop = [
"pytest",
"pre-commit",
"ruff",
"isort"
"pytest~=8.0",
"pre-commit~=4.0",
"ruff~=0.7",
"isort~=5.0"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit cf05538

Please sign in to comment.