diff --git a/component/keras/buildout.cfg b/component/keras/buildout.cfg index 69030294dbc2de1ad9ef68733eee2f8072d7bad5..2d3e64cbe1f666976f5ccbb8c0100cb611945dcf 100644 --- a/component/keras/buildout.cfg +++ b/component/keras/buildout.cfg @@ -10,7 +10,7 @@ parts = [keras-egg] recipe = zc.recipe.egg initialization = - import scipy.stats # load our own libstdc++ explicitly at the very beginning + import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning eggs = ${scipy:egg} ${numpy:egg} diff --git a/component/tensorflow/buildout.cfg b/component/tensorflow/buildout.cfg index 63fab890dc37518965877864c1282805da4a45c0..18de0d2a1196c0e43a153b7981044da335ee58d6 100644 --- a/component/tensorflow/buildout.cfg +++ b/component/tensorflow/buildout.cfg @@ -13,7 +13,7 @@ parts = [numpy-egg] recipe = zc.recipe.egg initialization = - import scipy.stats # load our own libstdc++ explicitly at the very beginning + import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning eggs = setuptools ${scipy:egg} diff --git a/software/wendelin/software.cfg b/software/wendelin/software.cfg index aeb8d389d2ad9a0f22077084fba22927ce79bbb9..3eacc73d89cf1389508c7402bb751acf3989d26b 100644 --- a/software/wendelin/software.cfg +++ b/software/wendelin/software.cfg @@ -17,7 +17,7 @@ parts += [eggs] initialization = - import scipy.stats # load our own libstdc++ explicitly at the very beginning + import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning extra-paths += ${wendelin:location} eggs +=