diff --git a/pyproject.toml b/pyproject.toml index c29afc2..99d081a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,17 +43,3 @@ default = [ "matplotlib>=3.10.1", ] -[tool.uv.sources] -torch = [ - { index = "pytorch-cpu", extra = "default" }, -] - -torchvision = [ - { index = "pytorch-cpu", extra = "default" }, -] - -[[tool.uv.index]] -name = "pytorch-cpu" -url = "https://download.pytorch.org/whl/cpu" -explicit = true -