Skip to content

Commit f900544

Browse files
authored
MAINT: Fix myst-nb pinning (#560)
1 parent 5721a63 commit f900544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ doc = [
5454
"numpy",
5555
"matplotlib",
5656
"numpydoc",
57-
"myst-nb~=0.13",
57+
"myst-nb~=0.13.2",
5858
"nbclient",
5959
"pandas",
6060
"plotly",
@@ -71,7 +71,7 @@ doc = [
7171
test = [
7272
"beautifulsoup4>=4.6.1,<5",
7373
"coverage",
74-
"myst_nb~=0.13",
74+
"myst-nb~=0.13.2",
7575
"pytest~=6.0.1",
7676
"pytest-cov",
7777
"pytest-regressions~=2.0.1",

0 commit comments

Comments
 (0)