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