Unverified Commit f3fd2773 authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

fix setup.py (#115)

parent 3f0a5647
...@@ -81,16 +81,10 @@ setup( ...@@ -81,16 +81,10 @@ setup(
'pyyaml', 'pyyaml',
'requests', 'requests',
'scipy', 'scipy',
'schema' 'schema'
],
dependency_links = [
'git+https://github.com/hyperopt/hyperopt.git'
], ],
cmdclass={ cmdclass={
'install': CustomInstallCommand 'install': CustomInstallCommand
},
entry_points={
'console_scripts': ['nnictl = nnicmd.nnictl:parse_args']
} }
) )
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