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 11# Copyright (c) Bloomberg.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = "1.1.9 "
4+ __version__ = "1.1.10 "
Original file line number Diff line number Diff line change 11{
22 "name" : " ipydatagrid" ,
3- "version" : " 1.1.9 " ,
3+ "version" : " 1.1.10 " ,
44 "description" : " Fast Datagrid widget for the Jupyter Notebook and JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ packages = find:
2929install_requires =
3030 bqplot>=0.11.6
3131 ipywidgets>=7.6.0,<8
32- pandas<=1.3.5
32+ pandas
3333 py2vega>=0.5.0
3434python_requires = >=3.6
3535include_package_data = True
@@ -39,4 +39,5 @@ zip_safe = False
3939test =
4040 nbval>=0.9
4141 pytest>=6
42+ pandas<=1.3.5
4243 pytest-cov>=3
You can’t perform that action at this time.
0 commit comments