Skip to content

Commit 489c836

Browse files
committed
Add IPython as explicit Dev requirement
It's part of Jupyter but we use it separately as well. (Left over from some debugging uv that didn't need to be updated)
1 parent be4d32d commit 489c836

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dev = [
5959
'docutils',
6060
'hatch',
6161
'hatchling',
62+
'ipython',
6263
'jupyter',
6364
'mypy>=1.16.0',
6465
'nbconvert',

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ coveralls
44
docutils
55
hatch
66
hatchling
7+
ipython
78
jupyter
89
mypy>=1.16.0
910
nbconvert

0 commit comments

Comments
 (0)