Skip to content

Commit ccf88ef

Browse files
committed
build: temporarily exempt torchao from exclude-newer
torchao 0.18.0 was released within the last 3 days, so the security-motivated exclude-newer window blocks resolving it. Exempt it the same way coreai-core/coreai-torch are exempted, until the release ages past the window or this is reverted before merge.
1 parent 1699fee commit ccf88ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ environments = [
193193
# malicious uploads time to be detected and yanked before they reach CI.
194194
# coreai-core/coreai-torch are exempted (false) so CI tests their latest releases.
195195
exclude-newer = "3 days"
196-
exclude-newer-package = { coreai-core = false, coreai-torch = false }
196+
# TEMPORARY: torchao 0.18.0 (released 2026-08-03) is still inside the 3-day
197+
# window. Remove this exemption once it ages out (2026-08-06) or before merge.
198+
exclude-newer-package = { coreai-core = false, coreai-torch = false, torchao = false }
197199
# Declare conflicting groups so uv does not error
198200
conflicts = [
199201
[

0 commit comments

Comments
 (0)