Skip to content

Commit

Permalink
fix: 修改 jupyter-lsp 依赖位置 (#33)
Browse files Browse the repository at this point in the history
fix: 修改 jupyter-lsp 依赖类型
  • Loading branch information
myzxlin authored Mar 7, 2024
1 parent ca7f66b commit 63415fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dev-dependencies = [
"fastapi<0.100",
"hatch>=1.7.0",
"ipython>=8.12.2",
"jupyter-lsp>=2.2.0",
"jupyterlab>=4.0.5",
"logging_tree>=1.9",
"mypy>=1.5.1",
Expand Down
1 change: 1 addition & 0 deletions pyprojects/secretnote/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"ipywidgets>=8.1.1",
"jupyter-resource-usage~=1.0",
"jupyter-server~=2.7",
"jupyter-lsp>=2.2.0",
"loguru>=0.7.2",
"more-itertools>=10.1.0",
"networkx>=2.8.8",
Expand Down

0 comments on commit 63415fc

Please sign in to comment.