Skip to content

Increment requirement to Cirq to 0.13.1 #621

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

Merged
Merged
Changes from 4 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5c4bbe4
Increment requirement to Cirq to 0.12.0
tonybruguier Aug 19, 2021
f2f4210
Only depend on cirq-core and cirq-google
tonybruguier Aug 25, 2021
ab02711
Remove extra line
tonybruguier Aug 25, 2021
f3a7289
Bump proto buf version too
tonybruguier Aug 25, 2021
863d1f1
Revert bump in protobufs
tonybruguier Aug 28, 2021
ac5a63a
Merge branch 'master' of github.com:tensorflow/quantum into tfq_bump_…
tonybruguier Sep 25, 2021
266fb97
Try Cirq version 0.13.0 instead
tonybruguier Oct 15, 2021
ac83ceb
Merge branch 'master' of github.com:tensorflow/quantum into tfq_bump_…
tonybruguier Oct 15, 2021
3982b06
Bump protobuf version
tonybruguier Oct 15, 2021
3b189b9
Also bump proto req in setup.py
tonybruguier Oct 15, 2021
c7d0639
Modify setup.py again
tonybruguier Oct 15, 2021
725b3f8
Format code
tonybruguier Oct 16, 2021
4868830
Only a comment
tonybruguier Oct 16, 2021
63ad58c
Try again
tonybruguier Oct 16, 2021
46154c5
Call parent's controlled_by() as a work-around.
tonybruguier Oct 16, 2021
258123a
Disable some lint warnings
tonybruguier Oct 16, 2021
6cb3c3f
Other approach
tonybruguier Oct 16, 2021
6758e10
Do not control if no qubit to control with
tonybruguier Oct 17, 2021
ee6b2c8
Attempt to fix failing tests. Not sure about it.
tonybruguier Oct 17, 2021
808f84a
Add TODO
tonybruguier Oct 17, 2021
2ffac15
Fix incorrect syntax
tonybruguier Oct 17, 2021
d592d5c
Attempt to fix the tests
tonybruguier Oct 18, 2021
9177426
Add docstring
tonybruguier Oct 18, 2021
6405fa9
Merge branch 'master' of github.com:tensorflow/quantum into tfq_bump_…
tonybruguier Oct 21, 2021
d8a1846
Add reference to issue
tonybruguier Oct 21, 2021
a28f7ba
Merge branch 'master' of github.com:tensorflow/quantum into tfq_bump_…
tonybruguier Oct 21, 2021
9d4f5c4
Bump to cirq v.0.13.1
tonybruguier Oct 26, 2021
8bb43fc
Use deterministic proto serialization
tonybruguier Nov 2, 2021
65f4fda
Add back new lines
tonybruguier Nov 2, 2021
a94fb43
lints
tonybruguier Nov 2, 2021
8138c04
Correct comment
tonybruguier Nov 2, 2021
e93afc2
Add deterministic to util_test.py
tonybruguier Nov 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cirq==0.11.0
cirq-core==0.12.0
cirq-google==0.12.0
sympy==1.8
numpy==1.19.5 # TensorFlow can detect if it was built against other versions.
nbconvert==5.6.1
Expand All @@ -12,4 +13,4 @@ google-api-core==1.21.0
google-auth==1.18.0
google-api-python-client==1.8.0
grpcio==1.34.1
protobuf==3.13.0
protobuf==3.17.3