Skip to content

Commit

Permalink
Move numba package install to README
Browse files Browse the repository at this point in the history
The parent  does not directly depends on `numba` thus this change removes it from the requirements file.  It is added as documentation.
  • Loading branch information
guynich committed Dec 5, 2024
1 parent 316b231 commit 9bb2263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@ You will need to clone the repo first:
git clone [email protected]:usefulsensors/moonshine.git
```

Then install the demo's requirements:
Then install the demo's requirements including mitigation for a failure to build
and install `llvmlite` without `numba` package:

```shell
uv pip install numba

uv pip install -r moonshine/demo/moonshine-onnx/requirements.txt
```

Expand Down
1 change: 0 additions & 1 deletion demo/moonshine-onnx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numba
silero_vad
sounddevice
useful-moonshine-onnx@git+https://[email protected]/usefulsensors/moonshine.git#subdirectory=moonshine-onnx

0 comments on commit 9bb2263

Please sign in to comment.