Skip to content

Commit b9bb839

Browse files
Merge pull request #1 from tensorflow/testing_pr
Small dummy PR for Git Testing.
2 parents ad4f7c9 + 55b39c6 commit b9bb839

32 files changed

+4818
-4794
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ http_archive(
5858

5959
http_archive(
6060
name = "cirq",
61-
sha256 = "4f47303bcbd48ad1abffbd5f68c985ad853e339bb309a34fbbf8ba4caf241138",
62-
strip_prefix = "Cirq-984a149b3714792434b0d5ecc993c400c59aeac0",
63-
urls = ["https://github.com/quantumlib/Cirq/archive/984a149b3714792434b0d5ecc993c400c59aeac0.zip"],
61+
sha256 = "e882a0bfbf47c75c69d70de354049d64bbec2ef0d114def7da36cf4867e7b57f",
62+
strip_prefix = "Cirq-0.7.0",
63+
urls = ["https://github.com/quantumlib/Cirq/archive/v0.7.0.zip"],
6464
)
6565

6666
# Added for crosstool in tensorflow.

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies):
2828
<pre class="devsite-click-to-copy">
2929
<code class="devsite-terminal">pip3 install --upgrade pip</code>
3030
<code class="devsite-terminal">pip3 install tensorflow==2.1.0</code>
31-
<code class="devsite-terminal">pip3 install cirq==0.6.0</code>
31+
<code class="devsite-terminal">pip3 install cirq==0.7.0</code>
3232
</pre>
3333
<!-- common_typos_enable -->
3434

0 commit comments

Comments
 (0)