Commit db69eba8 authored by Ivan Tyagov's avatar Ivan Tyagov

No need of manpy in default ipython notebook install.

parent 2f157b4b
......@@ -7,7 +7,6 @@ extends =
../../component/scipy/buildout.cfg
../../component/scikit-learn/buildout.cfg
../../component/pandas/buildout.cfg
../../component/manpy/buildout.cfg
../../component/openssl/buildout.cfg
parts =
monitor-eggs
......@@ -23,9 +22,6 @@ eggs +=
${scipy:egg}
${pandas:egg}
${scikit-learn:egg}
${manpy:eggs}
initialization +=
${manpy:initialization}
[ipython_notebook_config]
recipe = hexagonit.recipe.download
......@@ -126,4 +122,4 @@ xlwt = 1.0.0
# Required by:
# dream==0.0.1
zope.dottedname = 4.1.0
\ No newline at end of file
zope.dottedname = 4.1.0
[buildout]
extends =
../../component/manpy/buildout.cfg
../../software/ipython_notebook/software.cfg
../../component/fluentd/buildout.cfg
../../component/matplotlib/buildout.cfg
......@@ -22,7 +21,6 @@ parts +=
matplotlib
fluentd
ipython_notebook
manpy
[eggs]
initialization =
......
  • I filled bug #20150605-17DC9AF to explain the reasons why we had to this

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