Skip to content

Commit 1f050a8

Browse files
Prepare for 0.3. (#239)
* Prepare for 0.3. * billy feedback.
1 parent 41be90d commit 1f050a8

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

docs/install.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,24 @@ There are a few ways to set up your environment to use TensorFlow Quantum (TFQ):
1010
Python's pip package manager.
1111
* Or build TensorFlow Quantum from source.
1212

13-
TensorFlow Quantum is supported on Python 3.6 and 3.7.
13+
TensorFlow Quantum is supported on Python 3.6 and 3.7 and depends directly on [Cirq](https://github.com/quantumlib/Cirq).
1414

1515
## Pip package
1616

1717
### Requirements
1818

1919
* pip 19.0 or later (requires `manylinux2010` support)
2020
* [TensorFlow == 2.1](https://www.tensorflow.org/install/pip)
21-
* [Cirq 0.7](https://cirq.readthedocs.io/en/stable/install.html)
2221

2322
See the [TensorFlow install guide](https://www.tensorflow.org/install/pip) to
2423
set up your Python development environment and an (optional) virtual environment.
2524

26-
Upgrade `pip` and install TensorFlow and Cirq (these are not included as
27-
dependencies):
25+
Upgrade `pip` and install TensorFlow
2826

2927
<!-- common_typos_disable -->
3028
<pre class="devsite-click-to-copy">
3129
<code class="devsite-terminal">pip3 install --upgrade pip</code>
3230
<code class="devsite-terminal">pip3 install tensorflow==2.1.0</code>
33-
<code class="devsite-terminal">pip3 install cirq==0.7.0</code>
3431
</pre>
3532
<!-- common_typos_enable -->
3633

docs/tutorials/barren_plateaus.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"!pip install tensorflow-quantum cirq==0.7.0"
123+
"!pip install tensorflow-quantum"
124124
]
125125
},
126126
{

docs/tutorials/gradients.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
},
123123
"outputs": [],
124124
"source": [
125-
"!pip install tensorflow-quantum cirq==0.7.0"
125+
"!pip install tensorflow-quantum"
126126
]
127127
},
128128
{

docs/tutorials/hello_many_worlds.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"!pip install tensorflow-quantum cirq==0.7.0"
123+
"!pip install tensorflow-quantum"
124124
]
125125
},
126126
{

docs/tutorials/mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"!pip install tensorflow-quantum cirq==0.7.0"
123+
"!pip install tensorflow-quantum"
124124
]
125125
},
126126
{

docs/tutorials/qcnn.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
},
123123
"outputs": [],
124124
"source": [
125-
"!pip install tensorflow-quantum cirq==0.7.0"
125+
"!pip install tensorflow-quantum"
126126
]
127127
},
128128
{

0 commit comments

Comments
 (0)