26 lines
655 B
Diff
26 lines
655 B
Diff
From d72f3de4e503cbd4e4135c202d2a7c01131c57cd Mon Sep 17 00:00:00 2001
|
|
From: zoujiancang <jczou@isoftstone.com>
|
|
Date: Tue, 19 Sep 2023 14:11:11 +0800
|
|
Subject: [PATCH] bugfix modify version for pkg
|
|
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 69c93d8..28def33 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
"comm>=0.1.1",
|
|
"traitlets>=5.4.0",
|
|
"jupyter_client>=6.1.12",
|
|
- "jupyter_core>=4.12,!=5.0.*",
|
|
+ "jupyter_core>=5.1",
|
|
# For tk event loop support only.
|
|
"nest_asyncio",
|
|
"tornado>=6.1",
|
|
--
|
|
2.27.0
|
|
|