Skip to content

Commit

Permalink
Only install futures for python 2.7, as it's no longer supported in p…
Browse files Browse the repository at this point in the history
…ython3 (and isn't needed anyway).

PiperOrigin-RevId: 196680498
  • Loading branch information
tewalds committed May 15, 2018
1 parent 7b7afd7 commit 3c177fd
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 @@ -60,7 +60,7 @@
'absl-py>=0.1.0',
'enum34',
'future',
'futures',
'futures; python_version == "2.7"',
'mock',
'mpyq',
'numpy>=1.10',
Expand Down

0 comments on commit 3c177fd

Please sign in to comment.