- made sure that if the OR-TOOLS package is not installed then the options in the Preferences for the related optimizations are disabled

This commit is contained in:
Marius Stanciu
2021-11-20 19:41:52 +02:00
committed by Marius
parent 640739cc65
commit b494669ca0
6 changed files with 32 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ sudo apt-get install -y \
python3-tk
# ################################
# Python packages
sudo -H python3 -m pip install --upgrade \
@@ -35,7 +36,6 @@ sudo -H python3 -m pip install --upgrade \
pyopengl \
setuptools \
svg.path \
ortools \
freetype-py \
fontTools \
rasterio \
@@ -48,4 +48,6 @@ sudo -H python3 -m pip install --upgrade \
pyserial \
pikepdf \
foronoi \
networkx
ortools
# OR-TOOLS package is now optional
# ################################