From 00552b552f69396ddce6a2e23937c4250d30e90e Mon Sep 17 00:00:00 2001 From: jgunstone Date: Tue, 30 Apr 2024 15:52:26 +0100 Subject: [PATCH] pin ipydatagrid<1.3. they have made back end changes that affect the way EditGrid works. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8b55b6a..3b1356ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "immutables", "ipython", "ipywidgets>8", - "ipydatagrid>=1.1.14", + "ipydatagrid>=1.1.14,<1.3", "ipyfilechooser", # make optional "ipyvuetify", # make optional "markdown",