File tree Expand file tree Collapse file tree 6 files changed +7
-10
lines changed
Expand file tree Collapse file tree 6 files changed +7
-10
lines changed Original file line number Diff line number Diff 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
2322See the [ TensorFlow install guide] ( https://www.tensorflow.org/install/pip ) to
2423set 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
Original file line number Diff line number Diff line change 120120 },
121121 "outputs" : [],
122122 "source" : [
123- " !pip install tensorflow-quantum cirq==0.7.0 "
123+ " !pip install tensorflow-quantum"
124124 ]
125125 },
126126 {
Original file line number Diff line number Diff line change 122122 },
123123 "outputs" : [],
124124 "source" : [
125- " !pip install tensorflow-quantum cirq==0.7.0 "
125+ " !pip install tensorflow-quantum"
126126 ]
127127 },
128128 {
Original file line number Diff line number Diff line change 120120 },
121121 "outputs" : [],
122122 "source" : [
123- " !pip install tensorflow-quantum cirq==0.7.0 "
123+ " !pip install tensorflow-quantum"
124124 ]
125125 },
126126 {
Original file line number Diff line number Diff line change 120120 },
121121 "outputs" : [],
122122 "source" : [
123- " !pip install tensorflow-quantum cirq==0.7.0 "
123+ " !pip install tensorflow-quantum"
124124 ]
125125 },
126126 {
Original file line number Diff line number Diff line change 122122 },
123123 "outputs" : [],
124124 "source" : [
125- " !pip install tensorflow-quantum cirq==0.7.0 "
125+ " !pip install tensorflow-quantum"
126126 ]
127127 },
128128 {
You can’t perform that action at this time.
0 commit comments