From 64e6d0806d2e645bf928dda33b13abf7d35208e2 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 16 Mar 2017 11:52:37 +0100 Subject: [PATCH] fixup! component/chainer: add chainer 1.22.0. --- component/chainer/buildout.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/component/chainer/buildout.cfg b/component/chainer/buildout.cfg index 9184419a4..9987f8cf7 100644 --- a/component/chainer/buildout.cfg +++ b/component/chainer/buildout.cfg @@ -25,9 +25,8 @@ environment = chainer-env [chainer-egg] recipe = zc.recipe.egg initialization = - import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very -beginning -eggs = + import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning +eggs = ${scipy:egg} ${numpy:egg} ${protobuf-python:egg} -- 2.30.9