From cf05538ff8893e59864a8d2c72fb8df9f7fbcb0c Mon Sep 17 00:00:00 2001 From: paulf81 Date: Mon, 2 Dec 2024 13:23:55 -0700 Subject: [PATCH] add versions (#1035) Co-authored-by: misi9170 --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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]