Skip to content

Commit

Permalink
Put NumPy upper bound on build-wheel-for-doctest.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 17, 2024
1 parent 6c76aba commit 63cda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manylinux/build-wheel-for-doctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

# 0. Install the Python dependencies
"${PY_ROOT}/bin/python" -m pip install --upgrade pip
"${PY_ROOT}/bin/python" -m pip install --upgrade auditwheel cmake nox numpy
"${PY_ROOT}/bin/python" -m pip install --upgrade auditwheel cmake nox 'numpy >= 1.26.4, < 2'

# 1. Make sure no previous build artifacts are still around
cd "${BEZIER_ROOT}"
Expand Down

0 comments on commit 63cda4d

Please sign in to comment.