Skip to content

Commit c9dc286

Browse files
committed
fix: add back exclusion for coreai-torch and coreai-core
1 parent b8a3838 commit c9dc286

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ environments = [
194194
# malicious uploads time to be detected and yanked before they reach CI.
195195
# coreai-core/coreai-torch are exempted (false) so CI tests their latest releases.
196196
exclude-newer = "3 days"
197+
exclude-newer-package = { coreai-core = false, coreai-torch = false }
197198
# Declare conflicting groups so uv does not error
198199
conflicts = [
199200
[

0 commit comments

Comments
 (0)