Skip to content

Commit

Permalink
Futures for Python 2.7 added to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbloice committed Apr 27, 2022
1 parent 2192f07 commit 5bd2d32
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 @@ -35,7 +35,7 @@
'tqdm>=4.9.0',
#'future>=0.16.0',
'numpy>=1.11.0'
#'futures>=3.2.0; python_version == "2.7"'
'futures>=3.2.0; python_version == "2.7"'
]
# zip_safe=False # Check this later.
)

0 comments on commit 5bd2d32

Please sign in to comment.