"driver/vscode:/vscode.git/clone" did not exist on "96d73c2154e41094a010f4aed9169e028af859d1"
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(
'pyyaml',
'requests',
'scipy',
'schema'
],
dependency_links = [
'git+https://github.com/hyperopt/hyperopt.git'
'schema'
],
cmdclass={
'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