Skip to content

Commit

Permalink
[BUG] ipython dependency missed
Browse files Browse the repository at this point in the history
Fixes #852
  • Loading branch information
maeste committed Mar 3, 2025
1 parent eef2c17 commit 8abc669
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dependencies = [
"pillow>=11.0.0",
"markdownify>=0.14.1",
"duckduckgo-search>=6.3.7",
"python-dotenv"
"python-dotenv",
"ipython>=8.31.0",

]

[project.optional-dependencies]
Expand Down Expand Up @@ -74,7 +76,6 @@ quality = [
"ruff>=0.9.0",
]
test = [
"ipython>=8.31.0", # for interactive environment tests
"pytest>=8.1.0",
"python-dotenv>=1.0.1", # For test_all_docs
"smolagents[all]",
Expand Down

0 comments on commit 8abc669

Please sign in to comment.