Skip to content
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

Try bumping cirq_core #171

Merged
merged 13 commits into from
Jan 4, 2024
12 changes: 6 additions & 6 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Babel==2.9.1
cachetools==4.2.4
lillian542 marked this conversation as resolved.
Show resolved Hide resolved
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
lillian542 marked this conversation as resolved.
Show resolved Hide resolved
google-auth==1.35.0
google-auth==2.0.0
lillian542 marked this conversation as resolved.
Show resolved Hide resolved
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
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ autoray==0.3.1
cachetools==5.0.0
lillian542 marked this conversation as resolved.
Show resolved Hide resolved
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
Loading