From e7cedc713e90237dbc5e782386df46784345cf4d Mon Sep 17 00:00:00 2001 From: Iaroslav Zeigerman Date: Wed, 3 Jul 2024 17:39:32 -0700 Subject: [PATCH] Fix: Set the lower bound for the hyperscript dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5132bb9c..cf16b8478 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "duckdb!=0.10.3", "dateparser", "freezegun", - "hyperscript", + "hyperscript>=0.1.0", "importlib-metadata; python_version<'3.12'", "ipywidgets", "jinja2",