File tree Expand file tree Collapse file tree 4 files changed +4949
-700
lines changed Expand file tree Collapse file tree 4 files changed +4949
-700
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install Mamba
30
30
uses : mamba-org/provision-with-micromamba@main
31
31
32
- # TODO Use mamba once we rely on jupyterlab 3.1 from conda-forge
33
- - name : Install dependencies
34
- run : pip install jupyterlab==3.1.0-alpha.12
35
-
36
32
- name : Install jupyterlab-unfold
37
33
run : pip install .
38
34
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ name: jupyterlab-unfold
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
+ - jupyterlab >=3.1,<4
5
6
- yarn
6
7
- jupyter-packaging
Original file line number Diff line number Diff line change 50
50
"watch:labextension" : " jupyter labextension watch ."
51
51
},
52
52
"dependencies" : {
53
- "@jupyterlab/application" : " ^3.1.0-alpha.12 " ,
54
- "@jupyterlab/docmanager" : " ^3.1.0-alpha.12 " ,
55
- "@jupyterlab/filebrowser" : " ^3.1.0-alpha.12 " ,
56
- "@jupyterlab/services" : " ^6.1.0-alpha.12 " ,
53
+ "@jupyterlab/application" : " ^3.1.0" ,
54
+ "@jupyterlab/docmanager" : " ^3.1.0" ,
55
+ "@jupyterlab/filebrowser" : " ^3.1.0" ,
56
+ "@jupyterlab/services" : " ^6.1.0" ,
57
57
"@lumino/algorithm" : " ^1.3.3"
58
58
},
59
59
"devDependencies" : {
60
- "@jupyterlab/builder" : " ^3.1.0-alpha.12 " ,
60
+ "@jupyterlab/builder" : " ^3.1.0" ,
61
61
"@typescript-eslint/eslint-plugin" : " ^4.8.1" ,
62
62
"@typescript-eslint/parser" : " ^4.8.1" ,
63
63
"eslint" : " ^7.14.0" ,
You can’t perform that action at this time.
0 commit comments