From: Nabil Ghodbane Date: Mon, 14 Nov 2022 15:11:39 +0000 (+0100) Subject: add Pillow as a dependency of statsmodels X-Git-Tag: V9_11_0~189 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d0a726719f56cf1f3bfe94a62de45f90000734a5;p=tools%2Fsat_salome.git add Pillow as a dependency of statsmodels --- diff --git a/products/statsmodels.pyconf b/products/statsmodels.pyconf index 7bf5e44..9068556 100644 --- a/products/statsmodels.pyconf +++ b/products/statsmodels.pyconf @@ -16,7 +16,7 @@ default : } depend : ["Python", "setuptools","PyFMI", "numpy", "scipy", "matplotlib"] - opt_depend : ['pandas', 'patsy'] + opt_depend : ['pandas', 'patsy', 'Pillow'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base'