Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Given a few tens or hundreds of representative _inputs_ of your task and a _metr
Examples below rely on HuggingFace/datasets, you can install it by the command below.

```bash
> pip install -U datasets
> pip install -U dspy[offline]
```

=== "Optimizing prompts for a ReAct agent"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ dependencies = [
"backoff>=2.2",
"joblib~=1.3",
"openai>=0.28.1",
"datasets>=2.14.6", # needed for Bootstrap's Hasher
"regex>=2023.10.3",
"datasets>=2.14.6", # needed for Bootstrap's Hasher
"ujson>=5.8.0",
"tqdm>=4.66.1",
"requests>=2.31.0",
Expand All @@ -51,6 +49,7 @@ anthropic = ["anthropic>=0.18.0,<1.0.0"]
weaviate = ["weaviate-client~=4.5.4"]
mcp = ["mcp; python_version >= '3.10'"]
langchain = ["langchain_core"]
offline = ["datasets>=2.14.6"]
dev = [
"pytest>=6.2.5",
"pytest-mock>=3.12.0",
Expand Down