Skip to content

Commit

Permalink
Merge branch 'main' into tf216
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed Dec 5, 2024
2 parents a731f47 + 91d7a48 commit 2f8f76d
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check PR Title"
uses: thehanimo/[email protected].2
uses: thehanimo/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Getting started

[![Python package](https://github.com/aws/amazon-braket-containers/actions/workflows/python-package.yml/badge.svg)](https://github.com/aws/amazon-braket-containers/actions/workflows/python-package.yml)
[![Python package](https://github.com/amazon-braket/amazon-braket-containers/actions/workflows/python-package.yml/badge.svg)](https://github.com/amazon-braket/amazon-braket-containers/actions/workflows/python-package.yml)

This documentation uses the **base** container for provided examples.

Expand Down Expand Up @@ -96,8 +96,8 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform

## Support

- **Source Code:** https://github.com/aws/amazon-braket-containers
- **Issue Tracker:** https://github.com/aws/amazon-braket-containers/issues
- **Source Code:** https://github.com/amazon-braket/amazon-braket-containers
- **Issue Tracker:** https://github.com/amazon-braket/amazon-braket-containers/issues
- **General Questions:** https://quantumcomputing.stackexchange.com/questions/ask?Tags=amazon-braket

If you are having issues, please let us know by posting the issue on our Github issue tracker, or
Expand Down
22 changes: 11 additions & 11 deletions base/jobs/docker/1.0/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.87.0
awscli==1.34.22
botocore==1.35.22
boto3==1.35.22
amazon-braket-default-simulator==1.26.1
amazon-braket-pennylane-plugin==1.30.2
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.2.post0
awscli==1.36.13
botocore==1.35.72
boto3==1.35.72
dask==2024.8.0
matplotlib==3.9.2
matplotlib==3.9.3
numpy==1.26.4
pandas==2.2.2
pennylane==0.35.1
PennyLane-Lightning==0.35.1
pandas==2.2.3
pennylane==0.38.0
PennyLane-Lightning==0.38.0
qiskit-braket-provider==0.4.1
requests==2.32.3
sagemaker-training==4.8.1
Expand Down
30 changes: 15 additions & 15 deletions pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.87.0
awscli==1.34.22
botocore==1.35.22
boto3==1.35.22
amazon-braket-default-simulator==1.26.1
amazon-braket-pennylane-plugin==1.31.0
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.2.post0
awscli==1.36.16
botocore==1.35.75
boto3==1.35.75
dask==2024.8.0
decorator==5.1.1
h5py==3.11.0
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==2.15.0
markupsafe==2.1.5
matplotlib==3.9.2
markupsafe==3.0.2
matplotlib==3.9.3
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
PennyLane-Lightning[gpu]==0.35.1
pydantic==2.9.2
pandas==2.2.3
PennyLane==0.38.0
PennyLane-Lightning[gpu]==0.38.0
pydantic==2.10.3
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.2
six==1.16.0
six==1.17.0
scipy==1.14.1
typing_extensions==4.12.2

Expand Down
31 changes: 16 additions & 15 deletions tensorflow/jobs/docker/2.16/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.87.0
awscli==1.34.22
botocore==1.35.22
boto3==1.35.22
amazon-braket-default-simulator==1.26.1
amazon-braket-pennylane-plugin==1.31.0
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.2.post0
autoray==0.6.12
awscli==1.36.16
botocore==1.35.75
boto3==1.35.75
dask==2024.8.0
h5py==3.11.0
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==3.6.0
markupsafe==2.1.5
matplotlib==3.9.2
markupsafe==3.0.2
matplotlib==3.9.3
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
PennyLane-Lightning==0.35.1
pydantic==2.9.2
pandas==2.2.3
PennyLane==0.38.0
PennyLane-Lightning==0.38.0
pydantic==2.10.3
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.2
six==1.16.0
six==1.17.0
scipy==1.14.1
typing_extensions==4.12.2
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amazon-braket-schemas
amazon-braket-sdk
boto3==1.35.43
boto3==1.35.72
certifi>=2023.7.22
invoke
mock
Expand Down

0 comments on commit 2f8f76d

Please sign in to comment.