Skip to content

Commit

Permalink
upgrade myst-nb to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Sep 2, 2021
1 parent 9c07d6c commit 215ddda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[
"beautifulsoup4>=4.6.1,<5",
"click",
"docutils>=0.15",
"docutils>=0.15,<0.18",
'importlib-resources>=3.0,<3.5; python_version < "3.7"',
"pydata-sphinx-theme~=0.6.0",
"pyyaml",
Expand All @@ -44,7 +44,7 @@
"folium",
"numpy",
"matplotlib",
"myst-nb~=0.11.1",
"myst-nb~=0.13",
"nbclient",
"pandas",
"plotly",
Expand All @@ -58,7 +58,7 @@
],
"testing": [
"coverage",
"myst_nb~=0.11.1",
"myst_nb~=0.13",
"pytest~=6.0.1",
"pytest-cov",
"pytest-regressions~=2.0.1",
Expand Down

0 comments on commit 215ddda

Please sign in to comment.