Skip to content

Commit

Permalink
feat: upgrade BDK and PL
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy committed Oct 16, 2023
1 parent 03d8c2a commit b63b472
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions base/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.1 \
amazon-braket-sdk==1.57.0 \
amazon-braket-sdk==1.58.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
dask==2023.1.1 \
matplotlib==3.6.3 \
numpy==1.23.5 \
pandas==2.0.0 \
pennylane==0.31.0 \
pennylane==0.32.0 \
PennyLane-Lightning==0.31.0 \
scikit-learn==1.2.2 \
requests==2.26.0 \
Expand Down
6 changes: 3 additions & 3 deletions pytorch/jobs/docker/2.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.1 \
amazon-braket-sdk==1.57.0 \
amazon-braket-sdk==1.58.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand All @@ -89,8 +89,8 @@ RUN ${PIP} install --no-cache --upgrade \
numpy==1.23.5 \
openfermion==1.5.1 \
pandas==2.0.0 \
PennyLane==0.31.0 \
PennyLane-Lightning[gpu]==0.31.0 \
PennyLane==0.32.0 \
PennyLane-Lightning[gpu]==0.32.0 \
pydantic==1.10.6 \
requests==2.26.0 \
scikit-learn==1.2.2 \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/jobs/docker/2.13/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.20.0 \
amazon-braket-schemas==1.19.1 \
amazon-braket-pennylane-plugin==1.20.3 \
amazon-braket-sdk==1.57.0 \
amazon-braket-sdk==1.58.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
Expand Down

0 comments on commit b63b472

Please sign in to comment.