Skip to content

Commit fcd3a11

Browse files
MarkDaoustcopybara-github
authored andcommitted
Remove nightly install.
PiperOrigin-RevId: 375818808
1 parent 7923d16 commit fcd3a11

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

site/en/guide/tf_numpy.ipynb

+1-14
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@
7070
"source": [
7171
"## Overview\n",
7272
"\n",
73-
"TensorFlow implements a subset of the [NumPy API](https://numpy.org/doc/1.16), available as `tf.experimental.numpy`. This allows running NumPy code, accelerated by TensorFlow, while also allowing access to all of TensorFlow's APIs.\n",
74-
"\n",
75-
"Note: This guide is using `tf-nightly` and experimental features."
73+
"TensorFlow implements a subset of the [NumPy API](https://numpy.org/doc/1.16), available as `tf.experimental.numpy`. This allows running NumPy code, accelerated by TensorFlow, while also allowing access to all of TensorFlow's APIs."
7674
]
7775
},
7876
{
@@ -84,17 +82,6 @@
8482
"## Setup\n"
8583
]
8684
},
87-
{
88-
"cell_type": "code",
89-
"execution_count": null,
90-
"metadata": {
91-
"id": "MgDDxCfDx6n8"
92-
},
93-
"outputs": [],
94-
"source": [
95-
"!pip install -q tf-nightly"
96-
]
97-
},
9885
{
9986
"cell_type": "code",
10087
"execution_count": null,

0 commit comments

Comments
 (0)