Commit f9bb24c9 authored by Rafael Monnerat's avatar Rafael Monnerat

component/jupyter: Add lxml-python dependency

  This is required to install lxml-python dependencies which is a
  sub dependency of jupyter
parent d7eda2c3
...@@ -10,6 +10,7 @@ extends = ...@@ -10,6 +10,7 @@ extends =
../pandas/buildout.cfg ../pandas/buildout.cfg
../seaborn/buildout.cfg ../seaborn/buildout.cfg
../h5py/buildout.cfg ../h5py/buildout.cfg
../lxml-python/buildout.cfg
parts = parts =
jupyter jupyter
...@@ -34,6 +35,7 @@ eggs = ...@@ -34,6 +35,7 @@ eggs =
# additional eggs # additional eggs
requests requests
astor astor
${lxml-python:egg}
${matplotlib:egg} ${matplotlib:egg}
${scipy:egg} ${scipy:egg}
${pandas:egg} ${pandas:egg}
......
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