Skip to content

Commit 4fc5f33

Browse files
committed
fix an omission
1 parent 9f7b7ef commit 4fc5f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function updateenv() {
7575
fi
7676
if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then
7777
echo "Detected Raspberry, installing cython, skipping hyperopt installation."
78-
${PYTHON} -m uv pip install --upgrade cython
78+
${PIP} install --upgrade cython
7979
else
8080
# Is not Raspberry
8181
read -p "Do you want to install hyperopt dependencies [y/N]? "

0 commit comments

Comments
 (0)