Skip to content

Commit

Permalink
Revert pip --pre flag in notebook after the 0.6 release has happened.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557780004
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Aug 17, 2023
1 parent bd21b9c commit 74893f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/ogbn_mag_e2e.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"outputs": [],
"source": [
"!pip install -q --pre tensorflow-gnn || echo \"Ignoring package errors...\""
"!pip install -q tensorflow-gnn || echo \"Ignoring package errors...\""
]
},
{
Expand Down

0 comments on commit 74893f0

Please sign in to comment.