Skip to content

Commit

Permalink
Add future dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 17, 2019
1 parent 737cb69 commit 4fe44a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@
'galpy/df':['data/*.sav'],
"": ["README.rst","README.dev","LICENSE","AUTHORS.rst"]},
include_package_data=True,
install_requires=['numpy>=1.7','scipy','matplotlib','pytest','six'],
install_requires=['numpy>=1.7','scipy','matplotlib','pytest','six',
'future'],
ext_modules=ext_modules if not no_compiler else None,
classifiers=[
"Development Status :: 6 - Mature",
Expand Down

0 comments on commit 4fe44a6

Please sign in to comment.