This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d4345a3434 Eliminate google-python-cloud-debugger dependency in 
base_image_requirements (#25088)
1d4345a3434 is described below

commit 1d4345a3434acc3a78c12376f36fc8df87437221
Author: Yi Hu <ya...@google.com>
AuthorDate: Thu Jan 19 17:37:43 2023 -0500

    Eliminate google-python-cloud-debugger dependency in 
base_image_requirements (#25088)
---
 sdks/python/container/base_image_requirements_manual.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sdks/python/container/base_image_requirements_manual.txt 
b/sdks/python/container/base_image_requirements_manual.txt
index fd311d8bb03..b3612fa6af3 100644
--- a/sdks/python/container/base_image_requirements_manual.txt
+++ b/sdks/python/container/base_image_requirements_manual.txt
@@ -29,18 +29,17 @@ bs4  # Commonly used HTML processing tool.
 # to upgrade. Use 0.xx for now.
 cython<1
 # future is no longer a Beam dependency, but is an implicit dependency in
-# some versions of libraries that lauch Beam pipelines, like 
tensorflow-transform.
+# some versions of libraries that launch Beam pipelines, like 
tensorflow-transform.
 # Leaving 'future' in our containers for now prevent breaking tft users.
 future
 # TODO: Remove the upper bound once Tensorflow 2.11 is released.
 # https://github.com/apache/beam/issues/23355
 google-cloud-profiler<4.0.0
-google-python-cloud-debugger;python_version<="3.9"
 guppy3  # Memory profiler
-mmh3  # Optimzes execution of some Beam codepaths. TODO: Make it Beam's 
dependency.
+mmh3  # Optimizes execution of some Beam codepaths. TODO: Make it Beam's 
dependency.
 nltk  # Commonly used for natural language processing.
 nose==1.3.7  # For Dataflow internal testing. TODO: remove this.
-python-snappy  # Optimzes execution of some Beam codepaths.
+python-snappy  # Optimizes execution of some Beam codepaths.
 scipy
 scikit-learn
 tensorflow

Reply via email to