buildout.cfg 265 Bytes
Newer Older
Jérome Perrin's avatar
Jérome Perrin committed
1 2 3
[buildout]
extends =
  ../numpy/buildout.cfg
4
  ../scipy/buildout.cfg
Jérome Perrin's avatar
Jérome Perrin committed
5 6 7 8 9 10 11 12 13 14 15

parts =
  scikit-learn

[scikit-learn-env]
<= numpy-env

[scikit-learn]
recipe = zc.recipe.egg:custom
egg = scikit-learn
environment = scikit-learn-env
16 17 18
setup-eggs =
  ${numpy:egg}
  ${scipy:egg}