diff --git a/pyproject.toml b/pyproject.toml index da2c52ad0..79785ff6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]