damccorm commented on code in PR #28949:
URL: https://github.com/apache/beam/pull/28949#discussion_r1356867306
##########
examples/notebooks/beam-ml/per_key_models.ipynb:
##########
@@ -107,12 +107,7 @@
}
],
"source": [
- "# Note that this notebook currently installs from Beam head since
this feature hasn't been released yet.\n",
- "# It will be released with version 2.51.0, at which point you can
install with the following command:\n",
- "# !pip install apache_beam[gcp]>=2.51.0 --quiet\n",
- "!git clone https://github.com/apache/beam\n",
- "!pip install -r beam/sdks/python/build-requirements.txt\n",
- "!pip install -e ./beam/sdks/python[gcp]\n",
+ "!pip install apache_beam[gcp]>=2.51.0 --quiet\n",
Review Comment:
Ah, I actually had a pr open to do this already (and it is now merged -
#28801)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]