Skip to content

Commit a3cc91a

Browse files
author
Moshe Kimhi
committed
Docs: clarify Python 3.9 recommended for dependency install
1 parent d3571d7 commit a3cc91a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ and [Program Entrance Guide](docs/Entrance_en.md).
151151

152152
Clone this repo and install the dependencies.
153153

154+
> **Python version note:** AgentBench pins older scientific Python deps (e.g. `numpy~=1.23.x`).
155+
> Using the recommended **Python 3.9** (via conda) is the most reliable way to install dependencies.
156+
154157
```bash
155158
cd AgentBench
156159
conda create -n agent-bench python=3.9

0 commit comments

Comments
 (0)