Skip to content

Commit 10d4948

Browse files
authored
Merge pull request #1863 from cuthbertLab/ipython-project
Add IPython as explicit Dev requirement
2 parents be4d32d + 489c836 commit 10d4948

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)