Skip to content

Commit

Permalink
chore: unpin jupyer-cache (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 8, 2023
1 parent 16db9ce commit 0526887
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 @@ -38,7 +38,7 @@ requires-python = ">=3.9"
dependencies = [
"importlib_metadata",
"ipython",
"jupyter-cache>=0.5,<0.7",
"jupyter-cache>=0.5",
"nbclient", # nbclient version pinned by jupyter-client
"myst-parser>=1.0.0",
"nbformat~=5.0",
Expand Down

0 comments on commit 0526887

Please sign in to comment.