From 42a2a360b301520525a92dfe85f36ce9498c7d07 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Tue, 14 May 2024 08:49:08 -0700 Subject: [PATCH] fix: pin autoray < 0.6.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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={