diff --git a/setup.py b/setup.py index 011fdd28..ec561515 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ def get_long_description(): 'scipy', 'six', 'scikit-learn >= 0.18', - 'typing', 'graphviz', 'tabulate>=0.7.7', ], @@ -45,6 +44,7 @@ def get_long_description(): ":python_version<'3.5.6'": [ 'singledispatch >= 3.4.0.3', ], + ":python_version<'3.5'": ['typing'], }, classifiers=[ 'Development Status :: 4 - Beta',