Commit 28ae84d8 authored by Yuxin Wu's avatar Yuxin Wu

use another extra_require syntax in setup.py (fix #560)

parent 8ca3ce56
...@@ -31,8 +31,8 @@ setup( ...@@ -31,8 +31,8 @@ setup(
install_requires=req, install_requires=req,
tests_require=['flake8', 'scikit-image'], tests_require=['flake8', 'scikit-image'],
extras_require={ extras_require={
'all': ['pillow', 'scipy', 'h5py', 'lmdb>=0.92', 'matplotlib', 'all': ['pillow', 'scipy', 'h5py', 'lmdb>=0.92', 'matplotlib', 'scikit-learn'],
'scikit-learn', "tornado; python_version < '3.0'"] 'all: python_version < "3.0"': ['tornado']
}, },
include_package_data=True, include_package_data=True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment