Skip to content

Commit

Permalink
include IPython requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianherreramonterrosa committed Oct 29, 2024
1 parent c19f4e6 commit 749a0d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ pending







<details>

<summary style="font-size: 16px; font-weight: bold;">Documentation Fit Module</summary>
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dependencies = [
"kaleido>=0.2.1",
"matplotlib>=3.3",
"pandas>=1.5.0",
"graphviz>=0.5.1"
"graphviz>=0.5.1",
"IPython>=0.13"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ scipy>=1.1.0
plotly>=5.14.0
kaleido>=0.2.1
matplotlib>=3.3

IPython>=0.13
pytest
pandas>=1.5.0
graphviz>=0.5.1

0 comments on commit 749a0d0

Please sign in to comment.