Skip to content

Commit 100146d

Browse files
committed
include nbformat as a plotly[express] dependency
Required for MimeType rendering.
1 parent 9c18a8b commit 100146d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
### Updated
8+
9+
- Include `nbformat` as a dependency for `plotly[express]`. [[#5380](https://github.com/plotly/plotly.py/pull/5380)]
10+
711
## [6.3.1] - 2025-10-02
812

913
### Updated

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",

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)