From 2520736e60dab6f445dbd02c7eae29e286653ac7 Mon Sep 17 00:00:00 2001 From: li-miaomiao_zhr Date: Thu, 13 Jul 2023 19:39:49 +0800 Subject: [PATCH] fix Illegal char * --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57cfb14..2e5794a 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>=4.12,!=5.0", "python-dateutil>=2.8.2", "pyzmq>=23.0", "tornado>=6.2", -- 2.39.1