Skip to content

Commit 7629223

Browse files
Remove markdownify as required dependency (huggingface#1275)
1 parent 36f1d44 commit 7629223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/en/examples/multiagents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Let's set up this system.
2525
Run the line below to install the required dependencies:
2626

2727
```py
28-
!pip install markdownify smolagents[toolkit] --upgrade -q
28+
!pip install smolagents[toolkit] --upgrade -q
2929
```
3030

3131
Let's login to HF in order to call Inference Providers:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies = [
1717
"rich>=13.9.4",
1818
"jinja2>=3.1.4",
1919
"pillow>=10.0.1", # Security fix for CVE-2023-4863: https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html
20-
"markdownify>=0.14.1",
2120
"python-dotenv"
2221
]
2322

@@ -66,6 +65,7 @@ telemetry = [
6665
]
6766
toolkit = [
6867
"duckduckgo-search>=6.3.7", # DuckDuckGoSearchTool
68+
"markdownify>=0.14.1", # VisitWebpageTool
6969
]
7070
transformers = [
7171
"accelerate",

0 commit comments

Comments
 (0)