File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/jupyterlab-sidecar" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "description" : " A sidecar output widget for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 8787 'Programming Language :: Python :: 3.8' ,
8888 'Programming Language :: Python :: 3.9' ,
8989 'Programming Language :: Python :: 3.10' ,
90+ 'Programming Language :: Python :: 3.11' ,
9091 'Framework :: Jupyter' ,
92+ 'Framework :: Jupyter :: JupyterLab' ,
93+ 'Framework :: Jupyter :: JupyterLab :: 3' ,
94+ 'Framework :: Jupyter :: JupyterLab :: Extensions' ,
95+ 'Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt' ,
9196 ],
9297 include_package_data = True ,
9398 install_requires = [
94- 'ipywidgets>=7.6.0' ,
99+ 'ipywidgets>=7.6.0,<9 ' ,
95100 'jupyterlab>=3.0.0,<4'
96101 ],
97102 extras_require = {
Original file line number Diff line number Diff line change 44# Copyright (c) Project Jupyter.
55# Distributed under the terms of the Modified BSD License.
66
7- version_info = (0 , 5 , 1 )
7+ version_info = (0 , 5 , 2 )
88__version__ = "." .join (map (str , version_info ))
99
1010# The version of the attribute spec that this package
You can’t perform that action at this time.
0 commit comments