Skip to content

Commit

Permalink
Skip install typing package for python >=3.5
Browse files Browse the repository at this point in the history
No need to backport
python/typing#573 (comment)
  • Loading branch information
bddppq committed Jul 25, 2019
1 parent 28ca699 commit c223873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def run(self):
'protobuf',
'numpy',
'six',
'typing>=3.6.4',
'typing>=3.6.4; python_version < "3.5"',
'typing-extensions>=3.6.2.1',
])

Expand Down

0 comments on commit c223873

Please sign in to comment.