Skip to content

Commit

Permalink
Update Braket SDK package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed May 22, 2024
1 parent 52bbd4c commit 5698ee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.1.0 (2024-05-09)
## v0.1.0 (2024-05-22)

This is the initial pre-release version of AutoQASM.

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
packages=find_namespace_packages(where="src", exclude=("test",)),
package_dir={"": "src"},
install_requires=[
# Pin the latest commit of mcm-sim branch of amazon-braket/amazon-braket-sdk-python.git
"amazon-braket-sdk @ git+https://github.com/amazon-braket/amazon-braket-sdk-python.git@677d8107225098e32a127d3c7a4a8767d63f9d7a#egg=amazon-braket-sdk", # noqa E501
"amazon-braket-sdk>=1.80.0",
"amazon-braket-default-simulator>=1.23.2",
"oqpy~=0.3.5",
"diastatic-malt",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ commands =
[test-deps]
deps =
# If you need to test on a certain branch, add @<branch-name> after .git
git+https://github.com/amazon-braket/amazon-braket-sdk-python.git@677d8107225098e32a127d3c7a4a8767d63f9d7a # mcm-sim branch
git+https://github.com/amazon-braket/amazon-braket-sdk-python.git
git+https://github.com/amazon-braket/amazon-braket-default-simulator-python.git

0 comments on commit 5698ee6

Please sign in to comment.