File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
cache : ' pip'
36
36
cache-dependency-path : setup.py
37
37
38
- - run : pip install jupyterlab pytest nbval jupyter_packaging ipywidgets
38
+ - run : pip install jupyterlab pytest nbval jupyter_packaging
39
39
- run : pip install -ve .
40
40
- run : jupyter labextension develop . --overwrite
41
41
Original file line number Diff line number Diff line change 21
21
"license" : " BSD-3-Clause" ,
22
22
"author" : {
23
23
"name" : " Project Jupyter" ,
24
- "email" : " "
24
+
25
25
},
26
26
"main" : " lib/index.js" ,
27
27
"types" : " ./lib/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.10" ,
25
25
" Programming Language :: Python :: 3.11" ,
26
26
]
27
- dependencies = []
27
+ dependencies = [
28
+ " ipywidgets>=8,<9"
29
+ ]
28
30
dynamic = [
29
31
" version" ,
30
32
" description" ,
You can’t perform that action at this time.
0 commit comments