Abacn commented on code in PR #24599: URL: https://github.com/apache/beam/pull/24599#discussion_r1194145145
########## 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: Any reason removing google-cloud-profiler dep in base image? This has broken the google-cloud-profiler support on Beam ~v2.47.0~ Update: confirmed that support on v2.47.0 is not affected. It only affects dev version for now -- 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]
