From 70acaea410b1efe64af246a84f2e2bfacb8964ae Mon Sep 17 00:00:00 2001 From: li-miaomiao_zhr Date: Fri, 14 Jul 2023 10:16:45 +0800 Subject: [PATCH] fix mistune version to adapt python-m2r --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5085c3..1e11c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "jupyter_core>=4.7", "jupyterlab_pygments", "MarkupSafe>=2.0", - "mistune>=2.0.3,<4", + "mistune>=0.8.3,<4", "nbclient>=0.5.0", "nbformat>=5.7", "packaging", -- 2.39.1