There was an error while loading. Please reload this page.
1 parent 194b65b commit f4f8874Copy full SHA for f4f8874
1 file changed
pyproject.toml
@@ -73,6 +73,9 @@ explicit = true
73
74
[tool.uv]
75
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 }
79
80
conflicts = [
81
[{ extra = "awq" }, { extra = "vbench" }],
0 commit comments