tvalentyn commented on code in PR #24599: URL: https://github.com/apache/beam/pull/24599#discussion_r1194160794
########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -32,14 +32,11 @@ cython<1 # 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 Review Comment: we intentionally removed google-cloud-debugger from Dataflow containers, perhaps there was confused between this two deps. ########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -32,14 +32,11 @@ cython<1 # 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 Review Comment: we intentionally removed google-cloud-debugger from Dataflow containers, perhaps there was confusion between this two deps. -- 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]
