Skip to content

Commit

Permalink
Upgrade Apache Beam.
Browse files Browse the repository at this point in the history
  • Loading branch information
tneymanov committed Apr 20, 2020
1 parent 708c34a commit 5f0c058
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@

REQUIRED_PACKAGES = [
'cython>=0.28.1',
'apache-beam[gcp]<=2.18.0',
'apache-beam[gcp]<=2.20.0',
# 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.
'google-api-python-client>=1.6,<1.7.12',
'intervaltree>=2.1.0,<2.2.0',
'mmh3<2.6',
# Refer to issue #528
'google-cloud-storage<1.23.0',
'google-resumable-media<0.6dev,>=0.5.0',
'pyfarmhash',
'pyyaml'
]
Expand Down

0 comments on commit 5f0c058

Please sign in to comment.