Skip to content

Commit 0526887

Browse files
authored
chore: unpin jupyer-cache (#567)
1 parent 16db9ce commit 0526887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ requires-python = ">=3.9"
3838
dependencies = [
3939
"importlib_metadata",
4040
"ipython",
41-
"jupyter-cache>=0.5,<0.7",
41+
"jupyter-cache>=0.5",
4242
"nbclient", # nbclient version pinned by jupyter-client
4343
"myst-parser>=1.0.0",
4444
"nbformat~=5.0",

0 commit comments

Comments
 (0)