File tree Expand file tree Collapse file tree 4 files changed +462
-447
lines changed Expand file tree Collapse file tree 4 files changed +462
-447
lines changed Original file line number Diff line number Diff line change 31
31
32
32
# TODO Use mamba once we rely on jupyterlab 3.1 from conda-forge
33
33
- name : Install dependencies
34
- run : pip install jupyterlab==3.1.0-alpha.10
34
+ run : pip install jupyterlab==3.1.0-alpha.12
35
35
36
36
- name : Install jupyterlab-unfold
37
37
run : pip install .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ An IDE-like file browser
8
8
9
9
## Requirements
10
10
11
- * JupyterLab >= 3.1.0-alpha.10
11
+ * JupyterLab >= 3.1.0-alpha.12
12
12
13
13
## Install
14
14
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.1.0-alpha.10 " ,
49
- "@jupyterlab/docmanager" : " ^3.1.0-alpha.10 " ,
50
- "@jupyterlab/filebrowser" : " ^3.1.0-alpha.10 " ,
51
- "@jupyterlab/services" : " ^6.1.0-alpha.10 " ,
48
+ "@jupyterlab/application" : " ^3.1.0-alpha.12 " ,
49
+ "@jupyterlab/docmanager" : " ^3.1.0-alpha.12 " ,
50
+ "@jupyterlab/filebrowser" : " ^3.1.0-alpha.12 " ,
51
+ "@jupyterlab/services" : " ^6.1.0-alpha.12 " ,
52
52
"@lumino/algorithm" : " ^1.3.3"
53
53
},
54
54
"devDependencies" : {
55
- "@jupyterlab/builder" : " ^3.1.0-alpha.10 " ,
55
+ "@jupyterlab/builder" : " ^3.1.0-alpha.12 " ,
56
56
"@typescript-eslint/eslint-plugin" : " ^4.8.1" ,
57
57
"@typescript-eslint/parser" : " ^4.8.1" ,
58
58
"eslint" : " ^7.14.0" ,
You can’t perform that action at this time.
0 commit comments