Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

REQUIRED_PACKAGES = [
'cython>=0.28.1',
'apache-beam[gcp]>=2.3',
# TODO(bashir2): Drop the <=2.4 condition once the build is fixed with 2.5.
'apache-beam[gcp]>=2.3,<=2.4',
# Note that adding 'google-api-python-client>=1.6' causes some dependency
# mismatch issues. This is fatal if using 'setup.py install', but works on
# 'pip install .' as it ignores conflicting versions. See Issue #71.
Expand Down