Skip to content

Commit

Permalink
fix compatibility issue of mkdocs-jupyter with py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 13, 2024
1 parent 8306fb5 commit 9930a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"mkdocs-literate-nav>=0.6.1",
"mkdocs-section-index>=0.3.9",
"mkdocs-include-markdown-plugin>=6.2.2",
"mkdocs-jupyter>=0.25.0",
"mkdocs-jupyter>=0.24.8",
]

[project.urls]
Expand Down

0 comments on commit 9930a22

Please sign in to comment.