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

[GitHub] [beam] tvalentyn commented on a diff in pull request #26120: Python 3.11 with a patch to current pickler.

tvalentyn commented on code in PR #26120:
URL: https://github.com/apache/beam/pull/26120#discussion_r1158581534


##########
sdks/python/container/base_image_requirements_manual.txt:
##########
@@ -32,11 +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
-guppy3  # Memory profiler
+guppy3;python_version<"3.11"  # Memory profiler

Review Comment:
   @AnandInguva can we link bugs here?



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