Skip to content

Commit

Permalink
Skip install typing package for python >=3.5 (onnx#2199)
Browse files Browse the repository at this point in the history
No need to backport
python/typing#573 (comment)
  • Loading branch information
bddppq authored and houseroad committed Jul 25, 2019
1 parent 6bbfceb commit df33d4c
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 df33d4c

Please sign in to comment.