From 05268870f2f31c363069de6ea9a29edf89cbb1ef Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 8 Nov 2023 21:46:37 +0000 Subject: [PATCH] chore: unpin jupyer-cache (#567) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45d4419c..155c6afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",