2024-03-06 11:24:09 +08:00
|
|
|
From efa4942f71b6234a3bdff56bb843b8decdb378ad Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: desert-sailor <dongxing.wang_a@thundersoft.com>
|
|
|
|
|
Date: Wed, 6 Mar 2024 11:21:16 +0800
|
2023-07-31 17:57:53 +08:00
|
|
|
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
|
2024-03-06 11:24:09 +08:00
|
|
|
index a89f887..9ba4eca 100644
|
2023-07-31 17:57:53 +08:00
|
|
|
--- a/pyproject.toml
|
|
|
|
|
+++ b/pyproject.toml
|
2024-03-06 11:24:09 +08:00
|
|
|
@@ -27,7 +27,7 @@ dependencies = [
|
2023-07-31 17:57:53 +08:00
|
|
|
"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",
|
|
|
|
|
--
|
2024-03-06 11:24:09 +08:00
|
|
|
2.43.0
|
2023-07-31 17:57:53 +08:00
|
|
|
|