Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requests-lt-2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
jheckey authored Sep 23, 2024
2 parents aea0d89 + 5cffdd7 commit 49ba502
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 48 deletions.
17 changes: 17 additions & 0 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"LABEL": {
"name": "title needs formatting",
"color": "9A2848"
},
"CHECKS": {
"prefixes": ["fix: ", "feat: ", "test: ", "infra: ", "doc: ", "change: ", "break: ", "breaking: ", "deprecation: ", "feature: ", "depr: ", "documentation: "],
"regexp": "docs\\(v[0-9]\\): ",
"regexpFlags": "i",
"ignoreLabels" : ["dont-check-PRs-with-this-label", "meta"]
},
"MESSAGES": {
"success": "All OK",
"failure": "Failing CI test",
"notice": ""
}
}
31 changes: 31 additions & 0 deletions .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "PR Title Checker"

on:
push:
branches:
- main
pull_request:
branches:
- main
- feature/**
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled

permissions:
pull-requests: write

jobs:
check:
runs-on: ubuntu-latest
steps:
- name: "Check PR Title"
uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: .github/pr-title-checker-config.json #(optional. defaults to .github/pr-title-checker-config.json)
6 changes: 6 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, these accounts
# will be requested for review when someone opens a pull request.
* @amazon-braket/braket-maintainers
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Similar to building locally, to test locally, you’ll need access to a personal
4. To run the unit tests:
```shell script
pytest test/unit_tests
```
```
Note, you may need to set `--role <JOBS_ROLE> --tag <IMAGE_TAG> --repository <PUBLISHED_REPO> --account <YOUR_ACCOUNT> `

5. To run the SageMaker integration tests, at minimum you'll need to specify the tag of the image you want to test, the
AWS role that should be used by tests, and the S3 location where a test file can be uploaded. Create this bucket in
Expand Down
26 changes: 13 additions & 13 deletions base/jobs/docker/1.0/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
amazon-braket-default-simulator==1.23.1
amazon-braket-pennylane-plugin==1.26.0
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.80.0
awscli==1.32.96
botocore==1.34.96
boto3==1.34.96
dask==2024.4.2
matplotlib==3.8.4
amazon-braket-sdk==1.87.0
awscli==1.34.22
botocore==1.35.22
boto3==1.35.22
dask==2024.8.0
matplotlib==3.9.2
numpy==1.26.4
pandas==2.2.2
pennylane==0.35.1
PennyLane-Lightning==0.35.1
qiskit-braket-provider==0.2.0
requests==2.31.0
sagemaker-training==4.7.4
scikit-learn==1.4.2
scipy==1.13.0
qiskit-braket-provider==0.4.1
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.2
scipy==1.14.1
32 changes: 16 additions & 16 deletions pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
amazon-braket-default-simulator==1.23.1
amazon-braket-pennylane-plugin==1.26.0
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.80.0
awscli==1.32.96
botocore==1.34.96
boto3==1.34.96
dask==2024.4.2
amazon-braket-sdk==1.87.0
awscli==1.34.22
botocore==1.35.22
boto3==1.35.22
dask==2024.8.0
decorator==5.1.1
h5py==3.11.0
ipykernel==6.29.4
ipykernel==6.29.5
jinja2==3.1.4
keras==3.3.3
keras==2.15.0
markupsafe==2.1.5
matplotlib==3.8.4
matplotlib==3.9.2
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
PennyLane-Lightning[gpu]==0.35.1
pydantic==2.7.1
requests==2.31.0
sagemaker-training==4.7.4
scikit-learn==1.4.2
pydantic==2.9.2
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.2
six==1.16.0
scipy==1.13.0
typing_extensions==4.11.0
scipy==1.14.1
typing_extensions==4.12.2

# https://nvd.nist.gov/vuln/detail/CVE-2023-37920
certifi>=2023.7.22
32 changes: 16 additions & 16 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
amazon-braket-default-simulator==1.23.1
amazon-braket-pennylane-plugin==1.26.0
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.80.0
awscli==1.32.96
botocore==1.34.96
boto3==1.34.96
dask==2024.4.2
amazon-braket-sdk==1.87.0
awscli==1.34.22
botocore==1.35.22
boto3==1.35.22
dask==2024.8.0
h5py==3.11.0
ipykernel==6.29.4
ipykernel==6.29.5
jinja2==3.1.4
keras==2.15.0
keras==2.15.0 # keras uses the v2 api
markupsafe==2.1.5
matplotlib==3.8.4
matplotlib==3.9.2
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
PennyLane-Lightning==0.35.1
pydantic==2.7.1
requests==2.31.0
sagemaker-training==4.7.4
scikit-learn==1.4.2
pydantic==2.9.2
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.2
six==1.16.0
scipy==1.13.0
typing_extensions==4.11.0
scipy==1.14.1
typing_extensions==4.12.2
4 changes: 2 additions & 2 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
amazon-braket-schemas
amazon-braket-sdk
boto3==1.34.96
boto3==1.35.22
certifi>=2023.7.22
invoke==2.2.0
mock
pennylane>=0.35.0
pytest==8.2.0
pytest==8.3.3
pytest-xdist
sagemaker

0 comments on commit 49ba502

Please sign in to comment.