Commit ddd7bade authored by Jérome Perrin's avatar Jérome Perrin

ipython: include statsmodels

parent 6284fbeb
[buildout]
extends =
../numpy/buildout.cfg
parts =
statsmodels
[statsmodels-env]
<= numpy-env
[statsmodels]
recipe = zc.recipe.egg:custom
egg = statsmodels
environment = statsmodels-env
setup-eggs = ${numpy:egg}
......@@ -7,6 +7,7 @@ extends =
../../component/scipy/buildout.cfg
../../component/scikit-learn/buildout.cfg
../../component/pandas/buildout.cfg
../../component/statsmodels/buildout.cfg
../../component/manpy/buildout.cfg
../../component/openssl/buildout.cfg
newest = false
......@@ -24,6 +25,7 @@ eggs +=
${scipy:egg}
${pandas:egg}
${scikit-learn:egg}
${statsmodels:egg}
${pytables:egg}
xlrd
xlwt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment