Skip to content

Commit

Permalink
Adding missing future dependency to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin authored and selitvin committed Apr 25, 2019
1 parent bc35956 commit cfb4151
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 @@ -32,14 +32,15 @@
REQUIRED_PACKAGES = [
'dill>=0.2.1',
'diskcache>=3.0.0',
'future>=0.10.2',
'futures>=2.0; python_version == "2.7"', # TODO(yevgeni): check if 2.0 is the minimum
'numpy>=1.13.3',
'pandas>=0.19.0',
'psutil>=4.0.0',
'pyspark>=2.1.0',
'pyzmq>=14.0.0',
'pyarrow>=0.10',
'six>=1.5.0',
'futures>=2.0; python_version == "2.7"', # TODO(yevgeni): check if 2.0 is the minimum
]

EXTRA_REQUIRE = {
Expand Down

0 comments on commit cfb4151

Please sign in to comment.