python-nbclient/0001-modify-the-range-of-version-required.patch
2023-08-09 11:03:52 +08:00

26 lines
607 B
Diff

From 22b64145f95287531a408ac79889566224dffd57 Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Wed, 9 Aug 2023 11:01:27 +0800
Subject: [PATCH] modify the range of version required
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 1bfb8a1..71604ad 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ classifiers = [
]
dependencies = [
"jupyter_client>=6.1.12",
- "jupyter_core>=4.12,!=5.0.*",
+ "jupyter_core>=5.1",
"nbformat>=5.1",
"traitlets>=5.3",
]
--
2.33.0