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 11 updates #304

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 8 additions & 8 deletions base/jobs/docker/1.0/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
dask==2024.8.0
amazon-braket-pennylane-plugin==1.30.1
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.1
awscli==1.35.24
botocore==1.35.58
boto3==1.35.58
dask==2024.11.1
matplotlib==3.9.2
numpy==1.26.4
pandas==2.2.2
pandas==2.2.3
pennylane==0.35.1
PennyLane-Lightning==0.35.1
qiskit-braket-provider==0.4.1
Expand Down
22 changes: 11 additions & 11 deletions pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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
dask==2024.8.0
amazon-braket-pennylane-plugin==1.30.1
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.1
awscli==1.35.24
botocore==1.35.58
boto3==1.35.58
dask==2024.11.1
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
keras==3.6.0
markupsafe==3.0.2
matplotlib==3.9.2
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
pandas==2.2.3
PennyLane==0.35.1
PennyLane-Lightning[gpu]==0.35.1
pydantic==2.9.2
Expand Down
22 changes: 11 additions & 11 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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
dask==2024.8.0
h5py==3.11.0
amazon-braket-pennylane-plugin==1.30.1
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.1
awscli==1.35.24
botocore==1.35.58
boto3==1.35.58
dask==2024.11.1
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==2.15.0 # keras uses the v2 api
markupsafe==2.1.5
keras==3.6.0 # keras uses the v2 api
markupsafe==3.0.2
matplotlib==3.9.2
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
pandas==2.2.3
PennyLane==0.35.1
PennyLane-Lightning==0.35.1
pydantic==2.9.2
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.43
boto3==1.35.58
certifi>=2023.7.22
invoke
mock
Expand Down
Loading