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
6b91e6cd
"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "a850be48e6de9afdb04a0dab0c7facda871f623d"
Unverified
Commit
6b91e6cd
authored
Mar 24, 2022
by
liuzhe-lz
Committed by
GitHub
Mar 24, 2022
Browse files
fix install script (#4690)
parent
2566badb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
6b91e6cd
...
@@ -155,7 +155,7 @@ def _find_python_packages():
...
@@ -155,7 +155,7 @@ def _find_python_packages():
for
dirpath
,
dirnames
,
filenames
in
os
.
walk
(
'nni'
):
for
dirpath
,
dirnames
,
filenames
in
os
.
walk
(
'nni'
):
if
'/__pycache__'
not
in
dirpath
and
'/.mypy_cache'
not
in
dirpath
and
'/default_config'
not
in
dirpath
:
if
'/__pycache__'
not
in
dirpath
and
'/.mypy_cache'
not
in
dirpath
and
'/default_config'
not
in
dirpath
:
packages
.
append
(
dirpath
.
replace
(
'/'
,
'.'
))
packages
.
append
(
dirpath
.
replace
(
'/'
,
'.'
))
return
sorted
(
packages
)
+
[
'nni_node'
]
return
sorted
(
packages
)
+
[
'nni_assets'
,
'nni_node'
]
def
_find_requirements_txt
():
def
_find_requirements_txt
():
requirement_files
=
[]
requirement_files
=
[]
...
...
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