Skip to content

Commit f4f8874

Browse files
authored
build: add dependencies cooldown (#660)
* build: add dependencies cooldown * fix: exclude gptqmodel and stable-fast because pinned dev wheel missing release time
1 parent 194b65b commit f4f8874

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ explicit = true
7373

7474
[tool.uv]
7575
index-strategy = "first-index"
76+
exclude-newer = "1 week" # protection against compromised dependencies
77+
# trusted dev wheels that are missing an upload date
78+
exclude-newer-package = { gptqmodel = false, "stable-fast-pruna" = false }
7679

7780
conflicts = [
7881
[{ extra = "awq" }, { extra = "vbench" }],

0 commit comments

Comments
 (0)