"host/online_compilation/include/simple_hash.hpp" did not exist on "1685048a6725e531b577510295d2d62664c15962"
Unverified Commit c8cc5c62 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Bump dev tools version (#4781)

parent 566038de
pip < 21.4
setuptools < 61
pip < 23
setuptools < 63
wheel < 0.38
......@@ -21,5 +21,5 @@ steps:
displayName: Configure Node.js version
- script: |
python -m pip install pip==21.3.1 setuptools==60.5.0 wheel==0.37.1
python -m pip install pip==22.0.4 setuptools==62.1.0 wheel==0.37.1
displayName: Install PyPA tools
......@@ -24,7 +24,7 @@ import traceback
from zipfile import ZipFile
node_version = 'v16.13.2'
node_version = 'v16.14.2'
yarn_version = 'v1.22.10'
def _get_jupyter_lab_version():
......
......@@ -86,7 +86,7 @@
"http-signature": ">=1.3.6"
},
"engines": {
"node": "^16.13.2"
"node": ">=16.13.2"
},
"nyc": {
"include": [
......
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