This is an automated email from the ASF dual-hosted git repository.

anton pushed a commit to branch release-2.14.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.14.0 by this push:
     new b9352da  Relax pydot requirements.
     new 5340893  Merge pull request #9124 from tvalentyn/cp_9113
b9352da is described below

commit b9352dac4b77ac8c5b98499f2dfab69ebdde21a4
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Fri Jul 19 18:03:29 2019 -0700

    Relax pydot requirements.
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 3106a21..8c7eb6c 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -120,7 +120,7 @@ REQUIRED_PACKAGES = [
     # [BEAM-6287] pyarrow is not supported on Windows for Python 2
     ('pyarrow>=0.11.1,<0.15.0; python_version >= "3.0" or '
      'platform_system != "Windows"'),
-    'pydot>=1.2.0,<1.3',
+    'pydot>=1.2.0,<2',
     'pytz>=2018.3',
     # [BEAM-5628] Beam VCF IO is not supported in Python 3.
     'pyvcf>=0.6.8,<0.7.0; python_version < "3.0"',

Reply via email to