Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
f3fd2773
Unverified
Commit
f3fd2773
authored
Sep 25, 2018
by
QuanluZhang
Committed by
GitHub
Sep 25, 2018
Browse files
fix setup.py (#115)
parent
3f0a5647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
setup.py
setup.py
+1
-7
No files found.
setup.py
View file @
f3fd2773
...
@@ -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'
]
}
}
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment