Skip to content

Commit ff3d8c8

Browse files
arjungtensorflow-copybara
authored andcommitted
Use a more recent tf-nightly build versions for the graph-NSL tutorials. The previously pinned version no longer exists on PyPi.
PiperOrigin-RevId: 299897088
1 parent 9d3cdfc commit ff3d8c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

g3doc/tutorials/graph_keras_lstm_imdb.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
},
130130
"outputs": [],
131131
"source": [
132-
"!pip install --quiet tf-nightly==2.2.0.dev20200119"
132+
"!pip install tf-nightly==2.2.0.dev20200218"
133133
]
134134
},
135135
{

g3doc/tutorials/graph_keras_mlp_cora.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"outputs": [],
132132
"source": [
133-
"!pip install --quiet tf-nightly==2.2.0.dev20200119"
133+
"!pip install tf-nightly==2.2.0.dev20200218"
134134
]
135135
},
136136
{

0 commit comments

Comments
 (0)