Skip to content

Commit 0057719

Browse files
authored
Fix: Set the lower bound for the hyperscript dependency (#2864)
1 parent 094fe49 commit 0057719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"duckdb!=0.10.3",
3939
"dateparser",
4040
"freezegun",
41-
"hyperscript",
41+
"hyperscript>=0.1.0",
4242
"importlib-metadata; python_version<'3.12'",
4343
"ipywidgets",
4444
"jinja2",

0 commit comments

Comments
 (0)