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
c8cc5c62
Unverified
Commit
c8cc5c62
authored
Apr 24, 2022
by
liuzhe-lz
Committed by
GitHub
Apr 24, 2022
Browse files
Bump dev tools version (#4781)
parent
566038de
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
dependencies/setup.txt
dependencies/setup.txt
+2
-2
pipelines/templates/config-version.yml
pipelines/templates/config-version.yml
+1
-1
setup_ts.py
setup_ts.py
+1
-1
ts/nni_manager/package.json
ts/nni_manager/package.json
+1
-1
No files found.
dependencies/setup.txt
View file @
c8cc5c62
pip < 2
1.4
setuptools < 6
1
pip < 2
3
setuptools < 6
3
wheel < 0.38
pipelines/templates/config-version.yml
View file @
c8cc5c62
...
...
@@ -21,5 +21,5 @@ steps:
displayName
:
Configure Node.js version
-
script
:
|
python -m pip install pip==2
1.3.1
setuptools==6
0.5
.0 wheel==0.37.1
python -m pip install pip==2
2.0.4
setuptools==6
2.1
.0 wheel==0.37.1
displayName
:
Install PyPA tools
setup_ts.py
View file @
c8cc5c62
...
...
@@ -24,7 +24,7 @@ import traceback
from
zipfile
import
ZipFile
node_version
=
'v16.1
3
.2'
node_version
=
'v16.1
4
.2'
yarn_version
=
'v1.22.10'
def
_get_jupyter_lab_version
():
...
...
ts/nni_manager/package.json
View file @
c8cc5c62
...
...
@@ -86,7 +86,7 @@
"http-signature"
:
">=1.3.6"
},
"engines"
:
{
"node"
:
"
^
16.13.2"
"node"
:
"
>=
16.13.2"
},
"nyc"
:
{
"include"
:
[
...
...
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