Skip to content

Commit

Permalink
Merge pull request #334 from GuillemGSubies/master
Browse files Browse the repository at this point in the history
Install typing only for old python
  • Loading branch information
lopuhin authored Aug 29, 2019
2 parents b641b37 + 24f8c9a commit 247e20a
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 @@ -37,14 +37,14 @@ def get_long_description():
'scipy',
'six',
'scikit-learn >= 0.18',
'typing',
'graphviz',
'tabulate>=0.7.7',
],
extras_require={
":python_version<'3.5.6'": [
'singledispatch >= 3.4.0.3',
],
":python_version<'3.5'": ['typing'],
},
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 247e20a

Please sign in to comment.