You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/24 21:28:38 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #15513: Use Pip 21.* to install airflow officially

mik-laj commented on a change in pull request #15513:
URL: https://github.com/apache/airflow/pull/15513#discussion_r619712054



##########
File path: setup.py
##########
@@ -198,7 +198,7 @@ def get_sphinx_theme_version() -> str:
     'watchtower~=0.7.3',
 ]
 apache_beam = [
-    'apache-beam[gcp]',
+    'apache-beam>=2.20.0',

Review comment:
       gcp extra is required by Dataflow operators.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org