File tree Expand file tree Collapse file tree 2 files changed +1067
-1294
lines changed
Expand file tree Collapse file tree 2 files changed +1067
-1294
lines changed Original file line number Diff line number Diff 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]
109109prism_cpu = [
@@ -156,7 +156,7 @@ dev = [
156156]
157157
158158[build-system ]
159- requires = [" hatchling" , " editables " ]
159+ requires = [" hatchling" ]
160160build-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 }]
222223flash-attn = [{ requirement = " torch" , match-runtime = true }]
223224mamba-ssm = [{ requirement = " torch" , match-runtime = true }]
224225gigapath = [{ requirement = " torch" , match-runtime = true }]
225226conch = [{ requirement = " torch" , match-runtime = true }]
226- cobra = [{ requirement = " torch" , match-runtime = true }]
You can’t perform that action at this time.
0 commit comments