Skip to content

Commit e61d2b0

Browse files
committed
Release 1.1.10
Signed-off-by: Itay Dafna <[email protected]>
1 parent 5ace7ba commit e61d2b0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ipydatagrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages = find:
2929
install_requires =
3030
bqplot>=0.11.6
3131
ipywidgets>=7.6.0,<8
32-
pandas<=1.3.5
32+
pandas
3333
py2vega>=0.5.0
3434
python_requires = >=3.6
3535
include_package_data = True
@@ -39,4 +39,5 @@ zip_safe = False
3939
test =
4040
nbval>=0.9
4141
pytest>=6
42+
pandas<=1.3.5
4243
pytest-cov>=3

0 commit comments

Comments
 (0)