From 92518bba45374174838d95e2d8a65cf501695300 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 12 Dec 2023 03:28:38 +0000 Subject: [PATCH] site.cfg is unsupported in numpy>=1.26 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dccb8a5..0e1b900 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,8 @@ fi # for PyPy3.7), we need to build it using OpenBLAS (both before building the # bx-python wheel and when testing it), see # https://github.com/numpy/numpy/issues/15947#issuecomment-683355728 +# The ~/.numpy-site.cfg is supported by numpy <1.26.0 , see +# https://numpy.org/doc/stable/release/1.26.0-notes.html#numpy-specific-build-customization before-all = """ brew install openblas && cat > ~/.numpy-site.cfg <