Skip to content

Commit

Permalink
chore: Drop jupyterlab-vim dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 30, 2024
1 parent 5a4c5da commit 71caa89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ version = "0.0.0"
dependencies = [
"anywidget",
"pyarrow>=16.1.0",
"duckdb>=1.0.0",
"msgspec>=0.18.6",
"duckdb>=1.0.0"
]
readme = "README.md"

[tool.rye]
dev-dependencies = [
"jupyterlab>=4.2.2",
"jupyterlab-vim>=4.1.3",
"watchfiles>=0.22.0",
"vega-datasets>=0.9.0",
]
Expand Down
4 changes: 0 additions & 4 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,10 @@ jupyter-server==2.14.1
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.2
# via jupyterlab-vim
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.2
# via jupyterlab
jupyterlab-vim==4.1.3
jupyterlab-widgets==3.0.11
# via ipywidgets
markupsafe==2.1.5
Expand All @@ -138,8 +136,6 @@ matplotlib-inline==0.1.7
# via ipython
mistune==3.0.2
# via nbconvert
msgspec==0.18.6
# via quak
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.4
Expand Down
2 changes: 0 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jupyterlab-widgets==3.0.11
# via ipywidgets
matplotlib-inline==0.1.7
# via ipython
msgspec==0.18.6
# via quak
numpy==2.0.0
# via pyarrow
parso==0.8.4
Expand Down

0 comments on commit 71caa89

Please sign in to comment.