diff --git a/pyproject.toml b/pyproject.toml index 419d25e..192c395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics" ] dependencies = ["pyqir>=0.10.0,<0.11.0", "numpy"] -requires-python = ">=3.9" +requires-python = ">=3.10" [project.urls] Homepage = "https://github.com/qBraid/qbraid-qir" @@ -38,9 +38,9 @@ Discord = "https://discord.gg/TPBU2sa8Et" cirq = ["cirq-core>=1.3.0,<1.5.0"] qasm3 = ["openqasm3[parser]>=0.4.0,<0.6.0"] autoqasm = ["autoqasm>=0.1.0", "openqasm3[parser]>=0.4.0,<0.6.0", "qbraid>=0.7.1"] -test = ["qbraid>=0.6.1,<0.7.1", "pytest", "pytest-cov", "autoqasm>=0.1.0"] +test = ["qbraid>=0.6.1,<=0.7.1", "pytest", "pytest-cov", "autoqasm>=0.1.0"] lint = ["black[jupyter]", "isort", "pylint", "qbraid-cli>=0.8.3"] -docs = ["sphinx~=7.3.7", "sphinx-autodoc-typehints>=1.24,<2.3", "sphinx-rtd-theme~=2.0.0", "docutils<0.22", "sphinx-copybutton", "qbraid>=0.7.1"] +docs = ["sphinx~=7.3.7", "sphinx-autodoc-typehints>=1.24,<2.3", "sphinx-rtd-theme~=2.0.0", "docutils<0.22", "sphinx-copybutton", "qbraid<=0.7.1"] [tool.setuptools.dynamic] version = {attr = "qbraid_qir.__version__"}