From 10d2022970583231cd28af8f82282af5055e4fa2 Mon Sep 17 00:00:00 2001 From: artem Date: Tue, 16 Dec 2025 22:10:09 +0300 Subject: [PATCH] fix dependes --- pyproject.toml | 14 -------------- 1 file changed, 14 deletions(-) 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 -