Commit 666f7788 authored by Iliya Manolov's avatar Iliya Manolov

ERP5: Added requested modules that failed module testing.

parent 65c794dd
[buildout]
parts = openpyxl
[openpyxl]
recipe = zc.recipe.egg:custom
egg = openpyxl
[buildout]
parts = sympy
[sympy]
recipe = zc.recipe.egg:custom
egg = sympy
......@@ -101,7 +101,7 @@ nbconvert = 4.1.0
# Required by:
# patsy==0.4.1
numpy = 1.12.0
numpy = 1.13.1
# Required by:
# ipython==5.3.0
......
......@@ -28,6 +28,10 @@ extends =
../../component/matplotlib/buildout.cfg
../../component/mesa/buildout.cfg
../../component/numpy/buildout.cfg
../../component/sympy/buildout.cfg
../../component/openpyxl/buildout.cfg
../../component/statsmodels/buildout.cfg
../../component/h5py/buildout.cfg
../../component/ocropy/buildout.cfg
../../component/onlyoffice-x2t/buildout.cfg
../../component/pandas/buildout.cfg
......@@ -142,6 +146,12 @@ parts +=
jupyter
jupyter-notebook-initialized-scripts
instance-jupyter-notebook
# additional egg parts
statsmodels
sympy
h5py
openpyxl
# override python2.7 to add SlapOS libstdc++ in RPATH.
[python2.7]
......@@ -460,6 +470,10 @@ eggs = ${neoppod:eggs}
${pycrypto-python:egg}
${scipy:egg}
${scikit-learn:egg}
${sympy:egg}
${h5py:egg}
${openpyxl:egg}
${statsmodels:egg}
lock_file
astor
APacheDEX
......
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