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 25
25
architecture : ' x64'
26
26
27
27
- name : Install dependencies
28
- run : python -m pip install jupyterlab --pre
28
+ run : python -m pip install jupyterlab~=3.0
29
29
30
30
- name : Install the extension
31
31
run : |
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- python=3
6
- - jupyterlab=2
7
- - jupyter_resource_usage=0.3.6
6
+ - jupyterlab=3
7
+ - jupyter_resource_usage=0.5.1
8
8
- nodejs
Original file line number Diff line number Diff line change 45
45
"watch:labextension" : " jupyter labextension watch ."
46
46
},
47
47
"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" ,
54
54
"@lumino/polling" : " ^1.3.3" ,
55
55
"typestyle" : " ^2.0.4"
56
56
},
57
57
"devDependencies" : {
58
- "@jupyterlab/builder" : " ^3.0.0-rc.10 " ,
58
+ "@jupyterlab/builder" : " ^3.0.0" ,
59
59
"@typescript-eslint/eslint-plugin" : " ^4.2.0" ,
60
60
"@typescript-eslint/parser" : " ^4.2.0" ,
61
61
"eslint" : " ^7.10.0" ,
You can’t perform that action at this time.
0 commit comments