Skip to content

Commit

Permalink
Merge 4084de5 into 50b539c
Browse files Browse the repository at this point in the history
  • Loading branch information
kali authored Jun 21, 2024
2 parents 50b539c + 4084de5 commit c0a257f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ skip = "*-musllinux_i686"
before-build = """
set -ex
python -m ensurepip --upgrade
pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
pip install "numpy<2" --config-settings=setup-args="-Dallow-noblas=true"
cargo --version || (curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
. $HOME/.cargo/env
rustup toolchain add stable
Expand All @@ -34,7 +34,7 @@ RUSTC_WRAPPER=sccache
archs = "x86_64 universal2 arm64"
before-build = """
python -m ensurepip --upgrade
pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
pip install "numpy<2" --config-settings=setup-args="-Dallow-noblas=true"
rustup target add aarch64-apple-darwin
[ -e $HOME/.local/bin/sccache ] || ./.travis/setup-sccache.sh ]
"""
Expand Down

0 comments on commit c0a257f

Please sign in to comment.