Skip to content

Commit 9858c01

Browse files
fix: exclude breaking ipykernel releases'
1 parent ce2abeb commit 9858c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solara-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"click>=7.1.0",
1919
"rich_click",
2020
"filelock",
21-
"ipykernel",
21+
"ipykernel!=7.0.0,!=7.0.1",
2222
"nbformat",
2323
"jupyter_client",
2424
]

0 commit comments

Comments
 (0)