26 lines
693 B
Diff
26 lines
693 B
Diff
From 81b1161d1738b1808dabfd442cf6d1f1ca811d4c Mon Sep 17 00:00:00 2001
|
|
From: desert-sailor <dongxing.wang_a@thundersoft.com>
|
|
Date: Wed, 6 Mar 2024 13:48:06 +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 24e543a..daa2bb9 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -21,7 +21,7 @@ classifiers = [
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
|
|
- "jupyter_core>=4.12,!=5.0.*",
|
|
+ "jupyter_core>=5.3.0",
|
|
"python-dateutil>=2.8.2",
|
|
"pyzmq>=23.0",
|
|
"tornado>=6.2",
|
|
--
|
|
2.43.0
|
|
|