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

fix: update Python dependency versions #309

Merged
merged 5 commits into from
Dec 2, 2024
Merged
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
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
Comment on lines +4 to +7
Copy link
Contributor

@virajvchaudhari virajvchaudhari Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be updated in BDK/examples too?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably yes, dependabot will do that there as well.

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
28 changes: 14 additions & 14 deletions pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
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
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.2
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.2
Expand Down
29 changes: 15 additions & 14 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
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
autoray==0.6.12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a difference between what we have for examples and what we are using here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the dependabot version here, and updated the examples repo manually - that's why they are slightly different. It shouldn't matter here.

awscli==1.36.13
botocore==1.35.72
boto3==1.35.72
dask==2024.8.0
h5py==3.11.0
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
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.2
requests==2.32.3
sagemaker-training==4.8.1
scikit-learn==1.5.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.72
certifi>=2023.7.22
invoke
mock
Expand Down
Loading