Commit graph

8 commits

Author SHA1 Message Date
Z
c0194a7a00 Specifically reference newer llvmlite and numba dependencies
llvmlite is trying to build an old version that creates a dependency chain issue when installing with uv:
```
  help: `llvmlite` (v0.36.0) was included because `vibevoice` (v0.0.1) depends on `librosa` (v0.11.0) which
        depends on `numba` (v0.53.1) which depends on `llvmlite`
```

pinning these dependencies on newer versions forces it to resolve and shouldn't have any downsides.
2025-08-29 16:19:01 +08:00
Sangjee Dondrub
4d5d9779c8 Remove redundant librosa package in the depdencies. 2025-08-29 15:28:31 +08:00
Before Crash
ccdb19f004
update requires-python = '>=3.9' (#48) 2025-08-29 15:25:33 +08:00
Roberts Slisans
5cac0e361c
fix package for pip install (#10)
* add __init__.py

* Initial plan

* Fix pyproject.toml package discovery to include all subpackages

Co-authored-by: rsxdalv <6757283+rsxdalv@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rsxdalv <6757283+rsxdalv@users.noreply.github.com>
Co-authored-by: YaoyaoChang <cyy574006791@qq.com>
2025-08-26 13:00:39 +08:00
YaoyaoChang
c1e16ce5e1
Merge pull request #5 from digitalspaceport/patch-1
added missing librosa dep
2025-08-26 09:46:58 +08:00
JianweiYu
45ed2ecd9f update 2025-08-25 15:29:26 -07:00
Digital Spaceport
af33773688
added missing librosa dep 2025-08-25 14:10:35 -05:00
pengzhiliang
d5895e76d4 init 2025-08-25 15:28:13 +00:00