From 6a1928483be2f7f3791ea56d7b40934879823efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Wed, 10 Dec 2025 04:22:30 +0300 Subject: [PATCH] Fix numpy error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504f9a2..f1aaa25 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ First, [install uv](https://docs.astral.sh/uv/getting-started/installation/) if brew install espeak-ng # Install abogen (Automatically handles Silicon Mac/MPS support) -uv tool install --python 3.12 abogen --with "kokoro @ git+https://github.com/hexgrad/kokoro.git" +uv tool install --python 3.12 abogen --with "kokoro @ git+https://github.com/hexgrad/kokoro.git,numpy<2" ```