From 42772956b524013d104f03bc2d9a9dbafb07b1f6 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 15 Oct 2024 08:52:10 -0500 Subject: [PATCH] update deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcd6dca..2bf3725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Operating System :: Unix", "Operating System :: MacOS", ] -dependencies = ["torch>=2.3,<3.0", "numpy>=1.17,<2.2", "scipy>=1.13.1,<1.15", "bloqade>=0.15.12,<0.16", "scikit-learn>=1.5.0,<1.6.0"] +dependencies = ["torch>=2.3,<3.0", "numpy>=1.17,<2.2", "scipy>=1.13.1,<1.15.0", "bloqade>=0.15.12,<0.16", "scikit-learn>=1.5.0,<1.6.0"] [project.urls] Homepage = "https://github.com/qBraid/qbraid-algorithms" @@ -44,7 +44,7 @@ Discord = "https://discord.gg/TPBU2sa8Et" visualization = ["matplotlib"] test = ["pytest", "pytest-cov"] lint = ["isort", "ruff", "qbraid-cli"] -docs = ["sphinx>=7.4,<8.2", "sphinx-autodoc-typehints>=1.24,<2.6", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"] +docs = ["sphinx>=7.4,<8.2", "sphinx-autodoc-typehints>=1.24,<2.6", "sphinx-rtd-theme>=2.0.0,<3.0.2", "docutils<0.22", "sphinx-copybutton"] [tool.setuptools_scm] write_to = "qbraid_algorithms/_version.py"