Commit bd768c3b authored by Łukasz Nowak's avatar Łukasz Nowak

jupyter: Install data science eggs

parent 959876d5
......@@ -9,6 +9,7 @@ extends =
../scikit-learn/buildout.cfg
../pandas/buildout.cfg
../seaborn/buildout.cfg
../h5py/buildout.cfg
parts =
jupyter
......@@ -39,6 +40,10 @@ eggs =
${seaborn:egg}
${statsmodels:egg}
patsy
${h5py:egg}
openpyxl
sympy
xlrd
# additional eggs for jupyterlab
jupyterlab
jupyterlab-launcher
......
......@@ -151,3 +151,15 @@ jupyter-console = 5.1.0
# Required by:
# jupyter==1.0.0
qtconsole = 4.3.0
Cython = 0.28.2
et-xmlfile = 1.0.1
h5py = 2.7.1
mpmath = 1.0.0
openpyxl = 2.5.2
sympy = 1.1.1
xlrd = 1.1.0
# Required by:
# openpyxl==2.5.2
jdcal = 1.4
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