File tree Expand file tree Collapse file tree 5 files changed +310
-351
lines changed Expand file tree Collapse file tree 5 files changed +310
-351
lines changed Original file line number Diff line number Diff line change 2525 architecture : ' x64'
2626
2727 - name : Install dependencies
28- run : python -m pip install jupyterlab --pre
28+ run : python -m pip install jupyterlab~=3.0
2929
3030 - name : Install the extension
3131 run : |
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ channels:
33- conda-forge
44dependencies :
55- python=3
6- - jupyterlab=2
7- - jupyter_resource_usage=0.3.6
6+ - jupyterlab=3
7+ - jupyter_resource_usage=0.5.1
88- nodejs
Original file line number Diff line number Diff line change 4545 "watch:labextension" : " jupyter labextension watch ."
4646 },
4747 "dependencies" : {
48- "@jupyterlab/application" : " ^3.0.0-rc.10 " ,
49- "@jupyterlab/apputils" : " ^3.0.0-rc.10 " ,
50- "@jupyterlab/coreutils" : " ^5.0.0-rc.10 " ,
51- "@jupyterlab/services" : " ^6.0.0-rc.10 " ,
52- "@jupyterlab/statusbar" : " ^3.0.0-rc.10 " ,
53- "@jupyterlab/translation" : " ^3.0.0-rc.10 " ,
48+ "@jupyterlab/application" : " ^3.0.0" ,
49+ "@jupyterlab/apputils" : " ^3.0.0" ,
50+ "@jupyterlab/coreutils" : " ^5.0.0" ,
51+ "@jupyterlab/services" : " ^6.0.0" ,
52+ "@jupyterlab/statusbar" : " ^3.0.0" ,
53+ "@jupyterlab/translation" : " ^3.0.0" ,
5454 "@lumino/polling" : " ^1.3.3" ,
5555 "typestyle" : " ^2.0.4"
5656 },
5757 "devDependencies" : {
58- "@jupyterlab/builder" : " ^3.0.0-rc.10 " ,
58+ "@jupyterlab/builder" : " ^3.0.0" ,
5959 "@typescript-eslint/eslint-plugin" : " ^4.2.0" ,
6060 "@typescript-eslint/parser" : " ^4.2.0" ,
6161 "eslint" : " ^7.10.0" ,
You can’t perform that action at this time.
0 commit comments