From 9460740e909508a9dbd671be48355f4c39df92d5 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 9 Aug 2023 12:32:48 +0800 Subject: [PATCH] modify the range of version required --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57cfb14..314a70e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ "importlib_metadata>=4.8.3;python_version<\"3.10\"", - "jupyter_core>=4.12,!=5.0.*", + "jupyter_core>=5.1", "python-dateutil>=2.8.2", "pyzmq>=23.0", "tornado>=6.2", -- 2.33.0