Commit 74c6039 1 parent 1064a78 commit 74c6039 Copy full SHA for 74c6039
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/jupyterlab-sidecar" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " A sidecar output widget for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 87
87
'Programming Language :: Python :: 3.8' ,
88
88
'Programming Language :: Python :: 3.9' ,
89
89
'Programming Language :: Python :: 3.10' ,
90
+ 'Programming Language :: Python :: 3.11' ,
90
91
'Framework :: Jupyter' ,
92
+ 'Framework :: Jupyter :: JupyterLab' ,
93
+ 'Framework :: Jupyter :: JupyterLab :: 3' ,
94
+ 'Framework :: Jupyter :: JupyterLab :: Extensions' ,
95
+ 'Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt' ,
91
96
],
92
97
include_package_data = True ,
93
98
install_requires = [
94
- 'ipywidgets>=7.6.0' ,
99
+ 'ipywidgets>=7.6.0,<9 ' ,
95
100
'jupyterlab>=3.0.0,<4'
96
101
],
97
102
extras_require = {
Original file line number Diff line number Diff line change 4
4
# Copyright (c) Project Jupyter.
5
5
# Distributed under the terms of the Modified BSD License.
6
6
7
- version_info = (0 , 5 , 1 )
7
+ version_info = (0 , 5 , 2 )
8
8
__version__ = "." .join (map (str , version_info ))
9
9
10
10
# The version of the attribute spec that this package
You can’t perform that action at this time.
0 commit comments