Skip to content

Commit a3cf270

Browse files
committed
Revert pyproject.toml and uv.lock to match origin/main
1 parent 9254a46 commit a3cf270

File tree

2 files changed

+1067
-1294
lines changed

2 files changed

+1067
-1294
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cobra = [
103103
"mamba-ssm @ git+https://github.com/KatherLab/mamba.git@d0d4192621889b26f9669ea4a8e6fe79cc84e8d9",
104104
"cobra @ git+http://github.com/KatherLab/COBRA.git@c8aa71ce691e1279f2bb797f536355d6be47b6ac",
105105
"jinja2>=3.1.4",
106-
"triton",
106+
"triton"
107107
# "triton==3.2.0", # Fix triton to 3.2.0 (also makes torch==2.6.0) until this is solved: https://github.com/pytorch/pytorch/issues/153737
108108
]
109109
prism_cpu = [
@@ -156,7 +156,7 @@ dev = [
156156
]
157157

158158
[build-system]
159-
requires = ["hatchling", "editables"]
159+
requires = ["hatchling"]
160160
build-backend = "hatchling.build"
161161

162162
[tool.hatch.metadata]
@@ -219,8 +219,8 @@ requires-dist = [
219219
]
220220

221221
[tool.uv.extra-build-dependencies]
222+
cobra = [{ requirement = "torch", match-runtime = true }]
222223
flash-attn = [{ requirement = "torch", match-runtime = true }]
223224
mamba-ssm = [{ requirement = "torch", match-runtime = true }]
224225
gigapath = [{ requirement = "torch", match-runtime = true }]
225226
conch = [{ requirement = "torch", match-runtime = true }]
226-
cobra = [{ requirement = "torch", match-runtime = true }]

0 commit comments

Comments
 (0)