- 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:
@@ -4,16 +4,21 @@
|
||||
# Usage: pip3 install -r requirements.txt
|
||||
|
||||
numpy>=1.16
|
||||
matplotlib>=3.4.5
|
||||
cycler>=0.10
|
||||
python-dateutil>=2.1
|
||||
kiwisolver>=1.1
|
||||
matplotlib>=3.5.0
|
||||
six
|
||||
setuptools
|
||||
dill
|
||||
rtree
|
||||
pyopengl
|
||||
|
||||
# ###############################
|
||||
# OR-TOOLS package is now optional
|
||||
ortools>=7.0
|
||||
# ###############################
|
||||
|
||||
svg.path>=4.0
|
||||
simplejson
|
||||
shapely>=1.7.1
|
||||
@@ -30,5 +35,4 @@ pikepdf>=2.0
|
||||
pyqt6>=6.1.0
|
||||
vispy>=0.9.0
|
||||
rasterio
|
||||
foronoi>=1.0.3
|
||||
networkx
|
||||
foronoi>=1.0.3
|
||||
Reference in New Issue
Block a user