Skip to content

Commit 2f34d0a

Browse files
authored
fix: remove torch index (#1)
* fix: remove torch index * 0.1.1
1 parent 7b6898c commit 2f34d0a

2 files changed

Lines changed: 100 additions & 167 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "structlens"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Uncover internal structures in LLMs"
55
readme = "README.md"
66
authors = [{ name = "Haruki Sakajo", email = "sakajoharuki@gmail.com" }]
@@ -19,20 +19,6 @@ build-backend = "uv_build"
1919
[dependency-groups]
2020
dev = ["lefthook>=2.0.15", "pytest>=9.0.2", "ruff>=0.14.14", "ty>=0.0.14"]
2121

22-
23-
[[tool.uv.index]]
24-
name = "pytorch-cu130"
25-
url = "https://download.pytorch.org/whl/cu130"
26-
explicit = true
27-
28-
[tool.uv.sources]
29-
torch = [
30-
{ index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
31-
]
32-
torchvision = [
33-
{ index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
34-
]
35-
3622
[tool.uv.workspace]
3723
members = ["examples/structlens-sample"]
3824

0 commit comments

Comments
 (0)