Skip to content

Commit 6624b7b

Browse files
committed
update amazon-braket-sdk version
1 parent 65823e9 commit 6624b7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest]
21-
python-version: ["3.10", "3.11", "3.12"]
20+
os: [ubuntu-latest, macos-latest]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222

2323
steps:
2424
- name: Check disk space

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
amazon-braket-default-simulator==1.31.4
22
amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version
33
amazon-braket-schemas==1.26.1
4-
amazon-braket-sdk==1.102.7
4+
amazon-braket-sdk==1.102.9
55
amazon-braket-algorithm-library==1.6.2
66
autoray<0.8 # pin until we support PennyLane 0.42.3 or higher
77
awscli==1.42.50

0 commit comments

Comments
 (0)