Skip to content

Commit 530e668

Browse files
committed
build(install): install cython before cython_bbox
1 parent 297d0b6 commit 530e668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_uv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ install_cython_bbox() {
188188

189189
git apply "${SCRIPT_DIR}/patches/0001-cython_bbox-compatible-with-numpy-1.24.1.patch" || echo "Patch could not be applied. Possibly already applied."
190190

191+
uv pip install --no-build-isolation cython
191192
uv pip install --no-build-isolation .
192193

193194
cd "${SCRIPT_DIR}/.."

0 commit comments

Comments
 (0)