diff --git a/pyproject.toml b/pyproject.toml index 3ea7df0..64425e8 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.3", "scipy>=1.13.1,<1.15.0", "bloqade>=0.15.12,<0.16", "scikit-learn>=1.5.0,<1.6.0"] +dependencies = ["torch>=2.3,<3.0", "numpy>=1.17,<2.3", "scipy>=1.13.1,<1.15.0", "bloqade>=0.15.12,<0.16", "scikit-learn>=1.5.0,<1.7.0"] [project.urls] Homepage = "https://github.com/qBraid/qbraid-algorithms"