aaltay commented on a change in pull request #12734:
URL: https://github.com/apache/beam/pull/12734#discussion_r519216957



##########
File path: sdks/python/setup.py
##########
@@ -154,18 +154,18 @@ def get_version():
     'oauth2client>=2.0.1,<4',
     'protobuf>=3.12.2,<4',
     # [BEAM-6287] pyarrow is not supported on Windows for Python 2
-    ('pyarrow>=0.15.1,<0.18.0; python_version >= "3.0" or '
-     'platform_system != "Windows"'),
+    (
+        'pyarrow>=0.15.1,<0.18.0; python_version >= "3.0" or '
+        'platform_system != "Windows"'),
     'pydot>=1.2.0,<2',
     'python-dateutil>=2.8.0,<3',
-    'pytz>=2018.3',
-    # [BEAM-5628] Beam VCF IO is not supported in Python 3.
+    'pytz>=2018.3',  # [BEAM-5628] Beam VCF IO is not supported in Python 3.

Review comment:
       This comment applies to the next dependency, not here.




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


Reply via email to