From b159cbfeefbe13f963dbaa4e5bc6faa4d5a85679 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 14 Jul 2022 09:09:25 -0700 Subject: [PATCH] unpin nbclassic 0.4.3 is out, see if it fixes things --- dev-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d61f287d..53eb288e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,8 +12,7 @@ mock # nbclassic provides the '/tree/' handler, which we use in tests # it is a transitive dependency via jupyterlab, # but depend on it directly -# 0.4 introduces some installation/loading problems (check again after 0.4.3) -nbclassic<0.4 +nbclassic pre-commit pytest>=3.3 pytest-asyncio; python_version < "3.7"