Skip to content

Commit ea8c109

Browse files
h-g-sCopilot
andcommitted
chore: bump cbcbox requirement to >=2.929
cbcbox 2.929 fixes the Windows AVX-512 crash: SKYLAKEX was removed from the AVX2 OpenBLAS kernel list, preventing STATUS_ILLEGAL_INSTRUCTION on Azure Hyper-V runners where CPUID reports AVX-512 but the ZMM XSAVE state is not enabled. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ef29f4f commit ea8c109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
dynamic = ["version"]
3636

37-
dependencies = ["cffi>=1.15", "cbcbox>=2.927"]
37+
dependencies = ["cffi>=1.15", "cbcbox>=2.929"]
3838

3939
[project.optional-dependencies]
4040
numpy = [

0 commit comments

Comments
 (0)