Skip to content

Commit

Permalink
Try bumping cirq_core (#171)
Browse files Browse the repository at this point in the history
* try bumping to 1.0.0

* try bumping all the cirq packages to 1.0.0

* try to make it stop installing cirq 0.14.1

* also bump duet

* also bump protobuf

* Try most recent (1.3.0)

* Also bump duet again

* bump google-auth

* Bump google-auth correctly

* Bump google-api-core in doc requirements

* try bumping google-auth more

* Bump cachetools

---------

Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
  • Loading branch information
lillian542 and mudit2812 authored Jan 4, 2024
1 parent ead4c73 commit f78554a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
16 changes: 8 additions & 8 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ autograd==1.4
autoray==0.3.1
backports.cached-property==1.0.1
Babel==2.9.1
cachetools==4.2.4
cachetools==5.3
certifi==2021.5.30
charset-normalizer==2.0.12
cirq==0.14.1
cirq-core==0.14.1
cirq-pasqal==0.14.1
cirq==1.3.0
cirq-core==1.3.0
cirq-pasqal==1.3.0
cycler==0.10.0
decorator==5.1.1
deprecation==2.1.0
docutils==0.16.0
duet==0.2.5
duet==0.2.8
fonttools==4.32.0
future==0.18.3
google-api-core==1.31.5
google-auth==1.35.0
google-api-core==2.0.0
google-auth==2.25.2
googleapis-common-protos==1.56.0
idna==2.10
imagesize==1.3.0
Expand All @@ -45,7 +45,7 @@ pennylane==0.28.0
PennyLane-Lightning==0.28
Pillow==10.0.1
pluggy==1.0.0
protobuf==3.18.3
protobuf==3.19.0
PubChemPy==1.0.4
py==1.11.0
Pygments==2.15.0
Expand Down
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
appdirs==1.4.4
autograd==1.4
autoray==0.3.1
cachetools==5.0.0
cachetools==5.3
certifi==2021.10.8
charset-normalizer==2.0.12
cirq-core==0.14.1
cirq-pasqal==0.14.1
cirq==1.3.0
cirq-core==1.3.0
cirq-pasqal==1.3.0
cycler==0.10.0
deprecation==2.1.0
duet==0.2.5
duet==0.2.8
future==0.18.3
google-api-core==1.31.2
googleapis-common-protos==1.53.0
Expand All @@ -32,7 +33,7 @@ pennylane==0.29.0
PennyLane-Lightning==0.29.0
Pillow==10.0.1
pluggy==1.0.0
protobuf==3.18.3
protobuf==3.19.0
PubChemPy==1.0.4
py==1.10.0
pyparsing==2.4.7
Expand Down

0 comments on commit f78554a

Please sign in to comment.