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 = ...@@ -7,7 +7,6 @@ extends =
../../component/scipy/buildout.cfg ../../component/scipy/buildout.cfg
../../component/scikit-learn/buildout.cfg ../../component/scikit-learn/buildout.cfg
../../component/pandas/buildout.cfg ../../component/pandas/buildout.cfg
../../component/manpy/buildout.cfg
../../component/openssl/buildout.cfg ../../component/openssl/buildout.cfg
parts = parts =
monitor-eggs monitor-eggs
...@@ -23,9 +22,6 @@ eggs += ...@@ -23,9 +22,6 @@ eggs +=
${scipy:egg} ${scipy:egg}
${pandas:egg} ${pandas:egg}
${scikit-learn:egg} ${scikit-learn:egg}
${manpy:eggs}
initialization +=
${manpy:initialization}
[ipython_notebook_config] [ipython_notebook_config]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
...@@ -126,4 +122,4 @@ xlwt = 1.0.0 ...@@ -126,4 +122,4 @@ xlwt = 1.0.0
# Required by: # Required by:
# dream==0.0.1 # dream==0.0.1
zope.dottedname = 4.1.0 zope.dottedname = 4.1.0
\ No newline at end of file
[buildout] [buildout]
extends = extends =
../../component/manpy/buildout.cfg
../../software/ipython_notebook/software.cfg ../../software/ipython_notebook/software.cfg
../../component/fluentd/buildout.cfg ../../component/fluentd/buildout.cfg
../../component/matplotlib/buildout.cfg ../../component/matplotlib/buildout.cfg
...@@ -22,7 +21,6 @@ parts += ...@@ -22,7 +21,6 @@ parts +=
matplotlib matplotlib
fluentd fluentd
ipython_notebook ipython_notebook
manpy
[eggs] [eggs]
initialization = 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