Skip to content

Commit d3b3cbc

Browse files
committed
Add ipython, ipykernel dependencies for notebook tests
1 parent 50de632 commit d3b3cbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ all = [
3737
"jupyter",
3838
"jupyterlab",
3939
"nbconvert",
40+
"ipython",
41+
"ipykernel",
4042
"pre-commit",
4143
"ruff",
4244
"tox",
@@ -72,6 +74,8 @@ docs = [
7274
]
7375
test = [
7476
"nbconvert",
77+
"ipython",
78+
"ipykernel",
7579
"pytest",
7680
"pytest-cov",
7781
"pytest-rerunfailures",

0 commit comments

Comments
 (0)