From ddf73a4c3c9c0d8ab37a7eeb44365eba0c3d69aa Mon Sep 17 00:00:00 2001 From: Cody Wang Date: Tue, 14 Jan 2025 17:53:40 -0800 Subject: [PATCH] fix: Pin PL <0.40 (#286) Will unpin once #285 has been fixed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f82ce6d0..f44fa9a7 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires=[ "amazon-braket-sdk>=1.87.0", "autoray>=0.6.11", - "pennylane>=0.34.0", + "pennylane>=0.34.0,<0.40", ], entry_points={ "pennylane.plugins": [