Skip to content

Commit

Permalink
Merge pull request #54 from HazyResearch/lukehsiao-patch-1
Browse files Browse the repository at this point in the history
Only install futures package with Python 2
  • Loading branch information
stephenbach committed May 14, 2018
2 parents 9724a16 + 5325e8d commit ced435e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion numbskull/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=find_packages(),
install_requires=[
'future',
'futures',
'futures; python_version == "2.7"',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ced435e

Please sign in to comment.