tvalentyn commented on a change in pull request #15927:
URL: https://github.com/apache/beam/pull/15927#discussion_r749763053



##########
File path: sdks/python/container/build.gradle
##########
@@ -75,6 +75,12 @@ task pushAll {
   dependsOn ':sdks:python:container:py38:dockerPush'
 }
 
+task generatePythonRequirementsAll {
+  dependsOn ':sdks:python:container:py36:generatePythonRequirements'

Review comment:
       they were already different:
   
   1) Certain packages make sense to install only on some versions of python, 
example: 
https://github.com/apache/beam/blob/7d54488eca45743e379f1873eda7f6d390f97b50/sdks/python/setup.py#L132
   
   2) some packages don't support some python versions, for example TF does not 
make new releases on Py 3.6.




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