File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-threejs" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " jupyter - threejs bridge" ,
5
5
"author" : " Jupyter-Threejs development team" ,
6
- "license" : " BSD" ,
6
+ "license" : " BSD-3-Clause " ,
7
7
"main" : " src/index.js" ,
8
8
"repository" : {
9
9
"type" : " git" ,
20
20
"webpack" : " ^1.12.14"
21
21
},
22
22
"dependencies" : {
23
- "jupyter-js-widgets" : " ^2.0.23 " ,
24
- "@jupyterlab/nbwidgets" : " ^0.6.6 " ,
23
+ "jupyter-js-widgets" : " ^2.1.4 " ,
24
+ "@jupyterlab/nbwidgets" : " ^0.6.15 " ,
25
25
"three" : " ^0.75.0" ,
26
26
"underscore" : " ^1.8.3"
27
27
}
Original file line number Diff line number Diff line change 1
- version_info = (0 , 2 , 3 )
1
+ version_info = (0 , 3 , 0 )
2
2
__version__ = '.' .join (map (str , version_info ))
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def run(self):
135
135
'pythreejs/staticlab/jupyter-threejs.bundle.js.manifest' ,
136
136
]),
137
137
],
138
- 'install_requires' : ['ipywidgets>=5 .0.0' ],
138
+ 'install_requires' : ['ipywidgets>=6 .0.0' ],
139
139
'packages' : find_packages (),
140
140
'zip_safe' : False ,
141
141
'cmdclass' : {
You can’t perform that action at this time.
0 commit comments