Skip to content

Commit 59c66cd

Browse files
authored
Add support ipykernel to dev (#110)
1 parent c0d0f1e commit 59c66cd

File tree

2 files changed

+650
-96
lines changed

2 files changed

+650
-96
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ python_functions = "test_*"
9999
testpaths = ["tests"]
100100

101101
[dependency-groups]
102-
dev = [{ include-group = "test" }, { include-group = "docs" }]
102+
dev = [
103+
{ include-group = "test" },
104+
{ include-group = "docs" },
105+
"ipykernel>=7.1.0",
106+
]
103107
docs = ["furo>=2024.8.6", "myst-parser>=3.0.1", "sphinx>=7.1.2"]
104108
test = ["coverage[toml]>=7.6.1", "pytest>=7.0.0", "pytest-cov"]
105109

0 commit comments

Comments
 (0)