Commit e9a3c2b3 authored by Yuxin Wu's avatar Yuxin Wu

fix setup.py (#1148)

parent 871025d6
...@@ -57,7 +57,7 @@ setup( ...@@ -57,7 +57,7 @@ setup(
tests_require=['flake8', 'scikit-image'], tests_require=['flake8', 'scikit-image'],
extras_require={ extras_require={
'all': ['pillow', 'scipy', 'h5py', 'lmdb>=0.92', 'matplotlib', 'scikit-learn'], 'all': ['pillow', 'scipy', 'h5py', 'lmdb>=0.92', 'matplotlib', 'scikit-learn'],
'all: "Linux" in sys_platform': ['python-prctl'], 'all: "linux" in sys_platform': ['python-prctl'],
'all: python_version < "3.0"': ['tornado'], 'all: python_version < "3.0"': ['tornado'],
}, },
) )
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