File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"dependencies" : {
30
30
"@jupyter-widgets/base" : " ^1.0.0" ,
31
- "jupyter-datawidgets" : " ^1 .0.0" ,
31
+ "jupyter-datawidgets" : " ^2 .0.0" ,
32
32
"three" : " ^0.85.2" ,
33
33
"underscore" : " ^1.8.3"
34
34
}
Original file line number Diff line number Diff line change 10
10
"license" : " BSD-3-Clause" ,
11
11
"dependencies" : {
12
12
"@jupyter-widgets/jupyterlab-manager" : " ^0.23.2" ,
13
+ "jupyterlab-datawidgets" : " ^2.0.1" ,
13
14
"jupyter-threejs" : " ^0.4.0-alpha.0"
14
15
},
15
16
"jupyterlab" : {
Original file line number Diff line number Diff line change 49
49
]),
50
50
],
51
51
'install_requires' : [
52
- 'ipywidgets>=7.0.0a9 ' ,
53
- 'ipydatawidgets'
52
+ 'ipywidgets>=7.0.0 ' ,
53
+ 'ipydatawidgets>=1.1.0 '
54
54
],
55
55
'packages' : find_packages (),
56
56
'zip_safe' : False ,
You can’t perform that action at this time.
0 commit comments