Skip to content

Commit

Permalink
Upgrade all tutorials and install instructions. (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored May 16, 2021
1 parent 152666c commit 0331f86
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TensorFlow Quantum is supported on Python 3.6, 3.7, and 3.8 and depends directly
### Requirements

* pip 19.0 or later (requires `manylinux2010` support)
* [TensorFlow == 2.3.1](https://www.tensorflow.org/install/pip)
* [TensorFlow == 2.4.1](https://www.tensorflow.org/install/pip)

See the [TensorFlow install guide](https://www.tensorflow.org/install/pip) to
set up your Python development environment and an (optional) virtual environment.
Expand All @@ -27,7 +27,7 @@ Upgrade `pip` and install TensorFlow
<!-- common_typos_disable -->
<pre class="devsite-click-to-copy">
<code class="devsite-terminal">pip3 install --upgrade pip</code>
<code class="devsite-terminal">pip3 install tensorflow==2.3.1</code>
<code class="devsite-terminal">pip3 install tensorflow==2.4.1</code>
</pre>
<!-- common_typos_enable -->

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/barren_plateaus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.3.1"
"!pip install -q tensorflow==2.4.1"
]
},
{
Expand All @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum"
"!pip install -q tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/gradients.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.3.1"
"!pip install -q tensorflow==2.4.1"
]
},
{
Expand All @@ -122,7 +122,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum"
"!pip install -q tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/hello_many_worlds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.3.1"
"!pip install -q tensorflow==2.4.1"
]
},
{
Expand All @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum"
"!pip install -q tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.3.1"
"!pip install -q tensorflow==2.4.1"
]
},
{
Expand All @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum"
"!pip install -q tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/qcnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.3.1"
"!pip install -q tensorflow==2.4.1"
]
},
{
Expand All @@ -122,7 +122,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum"
"!pip install -q tensorflow-quantum"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quantum_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
],
"source": [
"!pip -q install tensorflow==2.3.1 tensorflow-quantum"
"!pip -q install tensorflow==2.4.1 tensorflow-quantum"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/research_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow==2.3.1 tensorflow-quantum tensorboard_plugin_profile==2.3.0"
"!pip install -q tensorflow==2.4.1 tensorflow-quantum tensorboard_plugin_profile==2.4.0"
]
},
{
Expand Down

0 comments on commit 0331f86

Please sign in to comment.