We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297d0b6 commit 530e668Copy full SHA for 530e668
scripts/install_uv.sh
@@ -188,6 +188,7 @@ install_cython_bbox() {
188
189
git apply "${SCRIPT_DIR}/patches/0001-cython_bbox-compatible-with-numpy-1.24.1.patch" || echo "Patch could not be applied. Possibly already applied."
190
191
+ uv pip install --no-build-isolation cython
192
uv pip install --no-build-isolation .
193
194
cd "${SCRIPT_DIR}/.."
0 commit comments