Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infra: bump the dev-dependencies group across 4 directories with 5 updates #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base/jobs/docker/1.0/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ amazon-braket-default-simulator==1.26.2
amazon-braket-pennylane-plugin==1.31.0
amazon-braket-schemas==1.22.4
amazon-braket-sdk==1.88.3
awscli==1.36.23
botocore==1.35.82
boto3==1.35.82
awscli==1.36.31
botocore==1.35.90
boto3==1.35.90
dask==2024.8.0
matplotlib==3.10.0
numpy==1.26.4
Expand Down
10 changes: 5 additions & 5 deletions pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ amazon-braket-default-simulator==1.26.2
amazon-braket-pennylane-plugin==1.31.0
amazon-braket-schemas==1.22.4
amazon-braket-sdk==1.88.3
awscli==1.36.23
botocore==1.35.82
boto3==1.35.82
awscli==1.36.31
botocore==1.35.90
boto3==1.35.90
dask==2024.8.0
decorator==5.1.1
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
jinja2==3.1.5
keras==2.15.0
markupsafe==3.0.2
matplotlib==3.10.0
Expand All @@ -18,7 +18,7 @@ openfermion==1.6.1
pandas==2.2.3
PennyLane==0.38.0
PennyLane-Lightning[gpu]==0.38.0
pydantic==2.10.3
pydantic==2.10.4
requests==2.32.3
sagemaker-training==4.8.3
scikit-learn==1.6.0
Expand Down
10 changes: 5 additions & 5 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ amazon-braket-pennylane-plugin==1.31.0
amazon-braket-schemas==1.22.4
amazon-braket-sdk==1.88.3
autoray==0.6.12
awscli==1.36.23
botocore==1.35.82
boto3==1.35.82
awscli==1.36.31
botocore==1.35.90
boto3==1.35.90
dask==2024.8.0
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
jinja2==3.1.5
keras==2.15.0 # keras uses the v2 api
markupsafe==3.0.2
matplotlib==3.10.0
Expand All @@ -18,7 +18,7 @@ openfermion==1.6.1
pandas==2.2.3
PennyLane==0.38.0
PennyLane-Lightning==0.38.0
pydantic==2.10.3
pydantic==2.10.4
requests==2.32.3
sagemaker-training==4.8.3
scikit-learn==1.6.0
Expand Down
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.82
boto3==1.35.90
certifi>=2023.7.22
invoke
mock
Expand Down
Loading