Skip to content

Commit

Permalink
pin numpy to 1.x for cirq
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Sep 19, 2024
1 parent c423d6a commit 0ee42b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/jobs/docker/1.0/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ botocore==1.35.22
boto3==1.35.22
dask==2024.8.0
matplotlib==3.9.2
numpy==2.0.0
numpy==1.26.4
pandas==2.2.2
pennylane==0.35.1
PennyLane-Lightning==0.35.1
Expand Down
2 changes: 1 addition & 1 deletion pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jinja2==3.1.4
keras==3.5.0
markupsafe==2.1.5
matplotlib==3.9.2
numpy==2.0.0
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jinja2==3.1.4
keras==3.5.0
markupsafe==2.1.5
matplotlib==3.9.2
numpy==2.0.0
numpy==1.26.4
openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
Expand Down

0 comments on commit 0ee42b9

Please sign in to comment.