rszper commented on code in PR #28949:
URL: https://github.com/apache/beam/pull/28949#discussion_r1355848326
##########
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:
@AnandInguva @damccorm I'm planning to merge this after the 2.51.0 release,
so this section needs to be updated, but please check to see if I updated it
correctly. Thank you!
--
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]