You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "AnandInguva (via GitHub)" <gi...@apache.org> on 2023/05/11 14:27:53 UTC

[GitHub] [beam] AnandInguva commented on a diff in pull request #26667: install beam from a released version instead of head

AnandInguva commented on code in PR #26667:
URL: https://github.com/apache/beam/pull/26667#discussion_r1191256045


##########
examples/notebooks/beam-ml/run_inference_xgboost.ipynb:
##########
@@ -100,7 +100,7 @@
     {
       "cell_type": "code",
       "source": [
-        "!pip install git+https://github.com/apache/beam.git"
+        "!pip install apache-beam[gcp]==2.47.0"

Review Comment:
   ```suggestion
           "!pip install apache-beam[gcp]>=2.47.0"
   ```



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org