Skip to content

Commit

Permalink
0.7 Version bump to merge immediately.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Feb 8, 2020
1 parent a278acd commit 55b39c6
Show file tree
Hide file tree
Showing 31 changed files with 3,688 additions and 3,688 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ http_archive(

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

# Added for crosstool in tensorflow.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies):
<pre class="devsite-click-to-copy">
<code class="devsite-terminal">pip3 install --upgrade pip</code>
<code class="devsite-terminal">pip3 install tensorflow==2.1.0</code>
<code class="devsite-terminal">pip3 install cirq==0.6.0</code>
<code class="devsite-terminal">pip3 install cirq==0.7.0</code>
</pre>
<!-- common_typos_enable -->

Expand Down
Loading

0 comments on commit 55b39c6

Please sign in to comment.