Skip to content

Commit f2cc01c

Browse files
committed
Reverted dask-cuda version change, with adjustment to Renovate config
1 parent 6292a22 commit f2cc01c

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
matchPackageNames: ["torch"],
3232
allowedVersions: "<2.6",
3333
},
34+
{
35+
// Match pyproject.toml
36+
matchPackageNames: ["dask-cuda"],
37+
allowedVersions: "<25.10.0",
38+
},
3439
],
3540
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ monitor = [
7272
]
7373
nn = [
7474
"accelerate",
75-
"dask-cuda>=24.8.2,<26.0.0", # Downpin for requiring cuda-core, which breaks macOS installs
75+
"dask-cuda>=24.8.2,<25.10.0", # Downpin for requiring cuda-core, which breaks macOS installs
7676
"dask-jobqueue",
7777
"dask[distributed]",
7878
"ldp[scg]",

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)