Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Mar 27, 2024
1 parent 0eab1b0 commit 278308b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
packages=find_namespace_packages(where="src", exclude=("test",)),
package_dir={"": "src"},
install_requires=[
"amazon-braket-schemas>=1.20.2",
"amazon-braket-default-simulator==1.20.2",
"amazon-braket-schemas==1.20.2",
"amazon-braket-default-simulator>=1.19.1",
"oqpy~=0.3.5",
"setuptools",
"backoff",
Expand Down

0 comments on commit 278308b

Please sign in to comment.