diff --git a/setup.py b/setup.py index c4660ae8..57ac42dd 100644 --- a/setup.py +++ b/setup.py @@ -27,10 +27,9 @@ packages=find_namespace_packages(where="src", exclude=("test",)), package_dir={"": "src"}, install_requires=[ - "amazon-braket-sdk", - "sympy", - "scipy>=1.5.3", - "pennylane<=0.27.0", + "amazon-braket-sdk>=1.35.1", + "scipy>=1.5.2", + "pennylane>=0.25.1,<=0.27.0", "openfermion==1.0.0", ], extras_require={