Skip to content

Commit

Permalink
Add dependency on jupyterlab 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakoop committed Jun 4, 2024
1 parent e3a220b commit 6db90c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
'dfkernel >= 4.0.0a1'
'dfkernel >= 4.0.0a1',
'jupyterlab >= 4.2'
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 6db90c2

Please sign in to comment.