python-jupyter-server/0001-modify-the-version-limit-for-jupyter-core.patch

26 lines
671 B
Diff
Raw Normal View History

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
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
--- a/pyproject.toml
+++ b/pyproject.toml
2024-03-06 11:24:09 +08:00
@@ -27,7 +27,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",
--
2024-03-06 11:24:09 +08:00
2.43.0