From e62e241357c2848b60d17a098d332fd1615b3917 Mon Sep 17 00:00:00 2001 From: Kevin Scott <94634901+keviddles@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:52:35 -0400 Subject: [PATCH] Update docs to specify datasets==3.6.0 https://github.com/stanfordnlp/dspy/issues/8590 --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 943f83678d..40193da1a5 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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 datasets==3.6.0 ``` === "Optimizing prompts for a ReAct agent"