Skip to content

Commit

Permalink
Add --break-system-packages to avoid PEP 668 forcing venv
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Nov 5, 2024
1 parent 21a9143 commit 4524baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioc_scripts/install_bioc_sysdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ apt-get -y --no-install-recommends install \
ocl-icd-opencl-dev

## Python installations
pip3 install scikit-learn pandas pyyaml
pip3 install scikit-learn pandas pyyaml --break-system-packages

## libgdal is needed for sf
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 4524baa

Please sign in to comment.