Skip to content

Commit

Permalink
Add iPython dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 12, 2024
1 parent 4049361 commit ed0962d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
36 changes: 18 additions & 18 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies = [
"seaborn~=0.13",
# TODO: remove when addressing #26 ?
"corner~=2.0",
# TODO: remove when addressing #26 ?
"ipython",
]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ platformdirs==4.3.2
prometheus-client==0.20.0
prompt-toolkit==3.0.47
psutil==6.0.0
ptyprocess==0.7.0; os_name != "nt" or sys_platform != "win32"
ptyprocess==0.7.0; sys_platform != "win32" or os_name != "nt"
pure-eval==0.2.3
pycparser==2.22
pygments==2.18.0
Expand Down

0 comments on commit ed0962d

Please sign in to comment.