Skip to content

Commit

Permalink
Unpin nbconvert since the issue with mistune is resolved (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Jan 2, 2025
1 parent d14082d commit 7fed12d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"MarkupSafe>=2.1",
"minio>=7.0.0,!=7.2.1",
"nbclient>=0.10.0",
"nbconvert==7.1.0", # Ensure compatibility with mistune<3 as `3.1.0` has issues (see https://github.com/lepture/mistune/issues/403)
"nbconvert>=6.5.1",
"nbdime~=4.0.1", # Cap from jupyterlab-git
"nbformat>=5.1.2",
"networkx>=2.5.1",
Expand Down
1 change: 0 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ pytest-console-scripts
pytest_jupyter
pytest-tornasync
pytest_virtualenv
nbconvert==7.1.0
requests-mock
requests-unixsocket

0 comments on commit 7fed12d

Please sign in to comment.