File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
2727 echo " PYTHON_LIBRARY:${PYTHON_LIBRARY} "
2828
2929 if [[ -e /work/requirements-dev.txt ]]; then
30- ${PYBIN} /pip install -r /work/requirements-dev.txt
30+ ${PYBIN} /pip install --upgrade - r /work/requirements-dev.txt
3131 fi
3232 itk_build_dir=/work/ITK-$( basename $( dirname ${PYBIN} ) ) -manylinux1_${ARCH}
3333 ln -fs /ITKPythonPackage/ITK-$( basename $( dirname ${PYBIN} ) ) -manylinux1_${ARCH} $itk_build_dir
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
3636 echo " PYTHON_LIBRARY:${PYTHON_LIBRARY} "
3737
3838 # Install dependencies
39- ${PYBIN} /pip install -r /work/requirements-dev.txt
39+ ${PYBIN} /pip install --upgrade - r /work/requirements-dev.txt
4040
4141 build_type=MinSizeRel
4242 source_path=/work/standalone-${ARCH} -build/ITK-source
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ for VENV in "${VENVS[@]}"; do
4343 echo " PYTHON_LIBRARY:${PYTHON_LIBRARY} "
4444
4545 if [[ -e $PWD /requirements-dev.txt ]]; then
46- ${PYTHON_EXECUTABLE} -m pip install -r $PWD /requirements-dev.txt
46+ ${PYTHON_EXECUTABLE} -m pip install --upgrade - r $PWD /requirements-dev.txt
4747 fi
4848 ${PYTHON_EXECUTABLE} -m pip install --no-cache ninja
4949 NINJA_EXECUTABLE=${VENV} /bin/ninja
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ for VENV in "${VENVS[@]}"; do
6969 echo " PYTHON_LIBRARY:${PYTHON_LIBRARY} "
7070
7171 # Install dependencies
72- ${PYTHON_EXECUTABLE} -m pip install -r ${SCRIPT_DIR} /../requirements-dev.txt
72+ ${PYTHON_EXECUTABLE} -m pip install --upgrade - r ${SCRIPT_DIR} /../requirements-dev.txt
7373
7474 build_type=" MinSizeRel"
7575 plat_name=" macosx-10.6-x86_64"
You can’t perform that action at this time.
0 commit comments