Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires-python = ">=3.7"
dependencies = [
"importlib_metadata",
"ipython",
"jupyter-cache~=0.5.0",
"jupyter-cache>=0.5,<0.6",
Comment thread
choldgraf marked this conversation as resolved.
Outdated
"nbclient", # nbclient version pinned by jupyter-client
"myst-parser~=0.18.0",
"nbformat~=5.0",
Expand Down