From d0a726719f56cf1f3bfe94a62de45f90000734a5 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 14 Nov 2022 16:11:39 +0100 Subject: [PATCH] add Pillow as a dependency of statsmodels --- products/statsmodels.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.2