diff --git a/setup.py b/setup.py index 0faed4bd..f2411463 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ package_dir={"": "src"}, install_requires=[ "amazon-braket-sdk>=1.47.0", - "autoray<0.6.10", + "autoray>=0.6.11", "pennylane>=0.34.0", ], entry_points={