Skip to content

Commit 7734670

Browse files
committed
Sets minimum ipykernel version to ensure compatibility with Jupyter environment.
1 parent cac3df0 commit 7734670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040

4141
dependencies = [
4242
"aiohttp",
43-
"ipykernel",
43+
"ipykernel>=6.0.3",
4444
"jupyter-client",
4545
"jupyter-server-proxy>=4.1.0",
4646
"matlab-proxy>=0.23.3",

0 commit comments

Comments
 (0)