Skip to content

Commit

Permalink
feat: dependency updates for queue visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
virajvchaudhari committed Sep 26, 2023
1 parent b423911 commit b40a637
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions base/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ 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.55.0 \
awscli==1.29.4 \
botocore==1.31.4 \
boto3==1.28.3 \
amazon-braket-sdk==1.56.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 \
Expand Down
8 changes: 4 additions & 4 deletions pytorch/jobs/docker/2.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ 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.55.0 \
awscli==1.29.4 \
botocore==1.31.4 \
boto3==1.28.3 \
amazon-braket-sdk==1.56.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
dask==2023.1.1 \
decorator==4.4.0 \
h5py==3.8.0 \
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ invoke==1.6.0
pyfiglet==0.8.post1
reprint==0.5.2
ruamel.yaml==0.16.7
boto3==1.22.7
boto3==1.28.53
black==19.10b0
junit-xml==1.9
8 changes: 4 additions & 4 deletions tensorflow/jobs/docker/2.13/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ 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.55.1 \
awscli==1.29.4 \
botocore==1.31.4 \
boto3==1.28.3 \
amazon-braket-sdk==1.56.0 \
awscli==1.29.53 \
botocore==1.31.53 \
boto3==1.28.53 \
dask==2023.1.1 \
h5py==3.8.0 \
ipykernel==5.3.4 \
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.28.3
boto3==1.28.53
certifi>=2023.7.22
invoke==2.2.0
mock
Expand Down

0 comments on commit b40a637

Please sign in to comment.