Commit 273d5655 authored by Lisa Casino's avatar Lisa Casino

slapos-testing: add pandas, statsmodels

parent 56e6d28e
......@@ -13,6 +13,9 @@ extends =
../../component/socat/buildout.cfg
../../component/lmsensors/buildout.cfg
../../component/rsync/buildout.cfg
../../component/pandas/buildout.cfg
../../component/statsmodels/buildout.cfg
../../component/scipy/buildout.cfg
../../stack/slapos.cfg
../../stack/caucase/buildout.cfg
../../stack/nxdtest.cfg
......@@ -24,6 +27,10 @@ parts =
phantomjs
template
[gcc]
# Always build GCC for Fortran (see openblas).
max_version = 0
[bootstrap-slapos.recipe.cmmi]
# install our develop version of slapos.recipe.cmmi before anything else,
# otherwise it will be installed from pypi by dependencies.
......@@ -128,6 +135,9 @@ eggs +=
${rubygemsrecipe-setup:egg}
zope.testing
supervisor
${pandas:egg}
${statsmodels:egg}
${scipy:egg}
[eggs/scripts]
recipe = zc.recipe.egg
......@@ -187,7 +197,8 @@ repository = https://lab.nexedi.com/nexedi/slapos.recipe.cmmi.git
[slapos.toolbox-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/nexedi/slapos.toolbox.git
repository = https://lab.nexedi.com/lisa.casino/slapos.toolbox.git
branch = new_check_free_disk_space
[slapos.rebootstrap-repository]
<= git-clone-repository
......@@ -241,3 +252,7 @@ pyflakes = 2.0.0
zope.testing = 4.6.2
urllib3 = 1.24.1
pathlib = 1.0.1
scipy = 1.0.1
statsmodels = 0.8.0
patsy = 0.4.1
pandas = 0.19.2
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