Skip to content

Commit 9049408

Browse files
author
Alan
committed
1 parent 4ae3a55 commit 9049408

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545
dependencies = [
4646
"ipython<10",
47-
"ipywidgets>=7.6.0,<9",
47+
"ipywidgets @ https://github.com/fleming79/ipylab/releases/download/v2.0.9/ipywidgets-8.1.8-py3-none-any.whl",
4848
"matplotlib>=3.5.0,<4",
4949
"numpy",
5050
"pillow",
@@ -74,6 +74,10 @@ Repository = "https://github.com/matplotlib/ipympl"
7474
ipympl = "ipympl.backend_nbagg"
7575
widget = "ipympl.backend_nbagg"
7676

77+
[tool.hatch.metadata]
78+
allow-direct-references = true
79+
80+
7781
[tool.hatch.build]
7882
artifacts = [
7983
"ipympl/nbextension/index.*",

0 commit comments

Comments
 (0)