File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 source $backend_dir /../common/libbackend.sh
99fi
1010
11+ # The PyTorch CPU/CUDA indexes mirror common packages (e.g. requests) with
12+ # limited, often outdated version sets. uv's default "first-index" strategy
13+ # locks to the first index that carries a package, so it can pick e.g.
14+ # requests==2.28.1 from the PyTorch index instead of a newer version from
15+ # PyPI. voxcpm's transitive deps (datasets>=3 → requests>=2.32.2) need the
16+ # PyPI versions. "unsafe-best-match" is safe here because we control both
17+ # indexes and there is no dependency confusion risk.
18+ export UV_INDEX_STRATEGY=unsafe-best-match
19+
1120installRequirements
1221
1322if [ " x${USE_PIP} " == " xtrue" ]; then
Original file line number Diff line number Diff line change 33torchaudio
44soundfile
55numpy
6- voxcpm
6+ voxcpm>=1.5.0
77torchcodec
You can’t perform that action at this time.
0 commit comments