Commit 1ee8b676 authored by Fang-Chieh Chou's avatar Fang-Chieh Chou Committed by Guolin Ke
Browse files

Remove wheel from Python requirement (#704)

parent aa8bf655
...@@ -155,7 +155,6 @@ if __name__ == "__main__": ...@@ -155,7 +155,6 @@ if __name__ == "__main__":
version=version, version=version,
description='LightGBM Python Package', description='LightGBM Python Package',
install_requires=[ install_requires=[
'wheel',
'numpy', 'numpy',
'scipy', 'scipy',
'scikit-learn' 'scikit-learn'
......
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