We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3a55 commit 9049408Copy full SHA for 9049408
1 file changed
pyproject.toml
@@ -44,7 +44,7 @@ classifiers = [
44
]
45
dependencies = [
46
"ipython<10",
47
- "ipywidgets>=7.6.0,<9",
+ "ipywidgets @ https://github.com/fleming79/ipylab/releases/download/v2.0.9/ipywidgets-8.1.8-py3-none-any.whl",
48
"matplotlib>=3.5.0,<4",
49
"numpy",
50
"pillow",
@@ -74,6 +74,10 @@ Repository = "https://github.com/matplotlib/ipympl"
74
ipympl = "ipympl.backend_nbagg"
75
widget = "ipympl.backend_nbagg"
76
77
+[tool.hatch.metadata]
78
+allow-direct-references = true
79
+
80
81
[tool.hatch.build]
82
artifacts = [
83
"ipympl/nbextension/index.*",
0 commit comments