From b25853559c3e68a2081001a1a82ec663c4e8030d Mon Sep 17 00:00:00 2001 From: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:26:37 -0400 Subject: [PATCH] Pin amazon-braket-sdk version to 1.81.0 (#35) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e375a95..f8beea2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ packages=find_namespace_packages(where="src", exclude=("test",)), package_dir={"": "src"}, install_requires=[ - "amazon-braket-sdk>=1.80.0", + "amazon-braket-sdk==1.81.0", "amazon-braket-default-simulator>=1.23.2", "oqpy~=0.3.5", "diastatic-malt",