26 lines
663 B
Diff
26 lines
663 B
Diff
|
|
From 2c5bc931c15ce5c68cce4b390eae8c58b1cb3096 Mon Sep 17 00:00:00 2001
|
||
|
|
From: desert-sailor <dxwangk@isoftstone.com>
|
||
|
|
Date: Wed, 13 Sep 2023 16:39:56 +0800
|
||
|
|
Subject: [PATCH] modify the version limit for jupyter_core
|
||
|
|
|
||
|
|
---
|
||
|
|
pyproject.toml | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
||
|
|
index 139e60e..342afb1 100644
|
||
|
|
--- a/pyproject.toml
|
||
|
|
+++ b/pyproject.toml
|
||
|
|
@@ -31,7 +31,7 @@ dependencies = [
|
||
|
|
"argon2-cffi",
|
||
|
|
"jinja2",
|
||
|
|
"jupyter_client>=7.4.4",
|
||
|
|
- "jupyter_core>=4.12,!=5.0.*",
|
||
|
|
+ "jupyter_core>=5.3.0",
|
||
|
|
"jupyter_server_terminals",
|
||
|
|
"nbconvert>=6.4.4",
|
||
|
|
"nbformat>=5.3.0",
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|