Skip to content

Commit ca9d8dd

Browse files
committed
fix: 修改 jupyter-lsp 依赖类型
1 parent ca7f66b commit ca9d8dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dev-dependencies = [
2323
"fastapi<0.100",
2424
"hatch>=1.7.0",
2525
"ipython>=8.12.2",
26-
"jupyter-lsp>=2.2.0",
2726
"jupyterlab>=4.0.5",
2827
"logging_tree>=1.9",
2928
"mypy>=1.5.1",

pyprojects/secretnote/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"ipywidgets>=8.1.1",
1515
"jupyter-resource-usage~=1.0",
1616
"jupyter-server~=2.7",
17+
"jupyter-lsp>=2.2.0",
1718
"loguru>=0.7.2",
1819
"more-itertools>=10.1.0",
1920
"networkx>=2.8.8",

0 commit comments

Comments
 (0)