Skip to content

Commit 69661f6

Browse files
committed
include nbformat as a plotly[express] dependency
Required for MimeType rendering.
1 parent 3da153f commit 69661f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ dependencies = [
3939
]
4040

4141
[project.optional-dependencies]
42-
express = ["numpy"]
42+
express = [
43+
"numpy",
44+
"nbformat>=4.2.0"
45+
]
4346
kaleido = ["kaleido>=1.0.0"]
4447
dev_core = [
4548
"pytest",

0 commit comments

Comments
 (0)