-
Notifications
You must be signed in to change notification settings - Fork 7
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
Changes from all commits
f3e988a
a19fcec
026b845
f111f7c
f60718b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
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 | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.