Commit 776d2428 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 dffdb8c7
Pipeline #38166 failed with stage
in 0 seconds
......@@ -10,6 +10,7 @@ extends =
../pandas/buildout.cfg
../seaborn/buildout.cfg
../h5py/buildout.cfg
../lxml-python/buildout.cfg
parts =
jupyter
......@@ -34,6 +35,7 @@ eggs =
# additional eggs
requests
astor
${lxml-python:egg}
${matplotlib:egg}
${scipy: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