From 82666ff358bdc067e4bb86c42d77091087358c20 Mon Sep 17 00:00:00 2001 From: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:43:26 +0000 Subject: [PATCH] Make: Revert `s390x` and `ppc64le` support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17c56d2e..1e3893b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ archs = ["all"] # Add "pp*" to skip PyPy builds, but they should work fine these days :) # https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip # https://cibuildwheel.readthedocs.io/en/stable/#what-does-it-do -skip = ["*s390x*", "*ppc64le*"] +skip = [] # we don't use any SIMD on: ["*s390x*", "*ppc64le*"] # Testing half-precision math in QEMU is unreliable! environment-pass = ["SIMSIMD_IN_QEMU"]