- Added explicit=true to pytorch-cu121 index - Only torch, torchvision, torchaudio use PyTorch index - All other packages (requests, fastapi, etc.) use PyPI - Fixes: requests version conflict (PyTorch index has 2.28.1, we need >=2.31.0) How explicit=true works: - PyTorch index only checked for packages listed in tool.uv.sources - Prevents dependency confusion and version conflicts - Best practice for supplemental package indexes
2.0 KiB
2.0 KiB