potiuk commented on a change in pull request #14521:
URL: https://github.com/apache/airflow/pull/14521#discussion_r629290834
##########
File path: setup.py
##########
@@ -198,8 +198,9 @@ def get_sphinx_theme_version() -> str:
'watchtower~=0.7.3',
]
apache_beam = [
- 'apache-beam>=2.20.0',
+ 'apache-beam[gcp]',
Review comment:
I think this is the problem. This was a change implemented recently for
PIP 21 compatibility and I think you should revert the line top what it was
before:
```suggestion
'apache-beam>=2.20.0',
```
--
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:
[email protected]