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


##########
examples/notebooks/beam-ml/run_inference_pytorch.ipynb:
##########
@@ -79,10 +79,6 @@
     {
       "cell_type": "code",
       "source": [
-        "# Because of updates to the Google Cloud APIs, Apache Beam SDK 
versions 2.34.0 to 2.40.0 have some dependency conflicts. For more details, see 
the following Beam issue: https://github.com/apache/beam/issues/22218.\n";,
-        "# This workaround installs the the Apache Beam SDK without getting 
stuck for long time. After this step, you might need to restart the runtime.\n",
-        "!pip install google-api-core --quiet\n",
-        "!pip install google-cloud-pubsub google-cloud-bigquery-storage 
--quiet\n",
         "!pip install apache-beam[gcp,dataframe] --quiet"

Review Comment:
   ```suggestion
           "!pip install apache_beam[gcp,dataframe] --quiet"
   ```



-- 
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]

Reply via email to