From e7a0e4b908b6badbf157153d811f46e6019472c9 Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Fri, 19 Apr 2024 12:03:10 -0400 Subject: [PATCH] Update lower bound in AWS Braket (#928) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9d121b9d..a53baf985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bloqade" -version = "0.15.9" +version = "0.15.10" description = "Neutral atom software development kit" authors = [ {name = "QuEra Computing Inc.", email = "info@quera.com"}, @@ -24,7 +24,7 @@ dependencies = [ "bokeh>=3.2.2", "tabulate>=0.9.0", "requests-sigv4>=0.1.6", - "amazon-braket-sdk>=1.55.0", + "amazon-braket-sdk>=1.78.0", "plotext>=5.2.8", "beartype>=0.15.0", "simplejson>=3.19.1",