Skip to content

Commit

Permalink
site.cfg is unsupported in numpy>=1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 12, 2023
1 parent 0a1faaa commit 92518bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
[openblas]
Expand Down

0 comments on commit 92518bb

Please sign in to comment.