Fix numpy error

This commit is contained in:
Deniz Şafak
2025-12-10 04:22:30 +03:00
parent 2a20dfab6f
commit 6a1928483b
+1 -1
View File
@@ -82,7 +82,7 @@ First, [install uv](https://docs.astral.sh/uv/getting-started/installation/) if
brew install espeak-ng brew install espeak-ng
# Install abogen (Automatically handles Silicon Mac/MPS support) # 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"
``` ```
<details> <details>