software.cfg 2.1 KB
Newer Older
Jérome Perrin's avatar
Jérome Perrin committed
1
[buildout]
2
extends =
3
  buildout.hash.cfg
Jérome Perrin's avatar
Jérome Perrin committed
4
  ../../stack/slapos.cfg
5
  ../../component/cythonplus/buildout.cfg
Jérome Perrin's avatar
Jérome Perrin committed
6
  ../../component/openssl/buildout.cfg
7
  ../../component/jupyter/buildout.cfg
8
  ../../stack/monitor/buildout.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
9
parts +=
Jérome Perrin's avatar
Jérome Perrin committed
10
  slapos-cookbook
11
  jupyter
12
  jupyter-notebook-initialized-scripts
13
  instance
14

15

16 17 18 19
[gcc]
# Always build GCC for Fortran (see openblas).
max_version = 0

20 21
[jupyter]
python_executable = ${buildout:bin-directory}/${:interpreter}
22

23
[download-file-base]
24
recipe = slapos.recipe.build:download
25
url = ${:_profile_base_location_}/${:filename}
Jérome Perrin's avatar
Jérome Perrin committed
26

27
[jupyter-notebook-config]
28 29
<= download-file-base

Ayush Tiwari's avatar
Ayush Tiwari committed
30 31 32 33 34 35 36 37 38
[erp5-kernel]
<= download-file-base

[kernel-json]
<= download-file-base

[custom-js]
<= download-file-base

39 40 41 42
[instance]
recipe = slapos.recipe.template
url =  ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg
Jérome Perrin's avatar
Jérome Perrin committed
43

44 45 46
[instance-jupyter]
<= download-file-base

Jérome Perrin's avatar
Jérome Perrin committed
47
[versions]
48
Pygments = 2.7.2
49
astor = 0.5
50
async-generator = 1.10
51 52
backports-abc = 0.5
backports.shutil-get-terminal-size = 1.0.0
53
bleach = 3.2.1
54
cycler = 0.10.0
55 56
defusedxml = 0.6.0
entrypoints = 0.3
57
ipykernel = 5.3.4:whl
58 59
ipython = 5.3.0
ipython-genutils = 0.1.0
60
ipywidgets = 6.0.0
61 62
jupyter-client = 6.1.7
jupyter-core = 4.7.0
Iliya Manolov's avatar
Iliya Manolov committed
63 64
jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1
65
jupyterlab-pygments = 0.1.2
66
matplotlib = 2.1.2
67 68 69 70 71 72 73 74
mistune = 0.8.4
nest-asyncio = 1.4.3
nbclient = 0.5.1
nbformat = 5.0.8
notebook = 6.1.5
numpy = 1.14.6
pandas = 0.25.3
pandocfilters = 1.4.3
Jérome Perrin's avatar
Jérome Perrin committed
75
plone.recipe.command = 1.1
76 77
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
78 79
pyzmq = 20.0.0
scikit-learn = 0.20.4
80 81
seaborn = 0.7.1
simplegeneric = 0.8.1
82 83 84 85 86 87
statsmodels = 0.11.1
testpath = 0.4.4
terminado = 0.9.1
tornado = 6.1
traitlets = 5.0.5
webencodings = 0.5.1
88
widgetsnbextension = 2.0.0
89
certifi = 2020.6.20
90 91 92
Send2Trash = 1.5.0
argon2-cffi = 20.1.0
nbconvert = 6.0.7
93
pathlib2 = 2.2.1
94 95
patsy = 0.5.1
pexpect = 4.8.0
96
pickleshare = 0.7.4
97
prometheus-client = 0.9.0
98
scandir = 1.5
99 100
pytz = 2020.4
scipy = 1.0.1
101 102
singledispatch = 3.4.0.3
wcwidth = 0.1.7
103 104 105
jupyter = 1.0.0
jupyter-console = 5.1.0
qtconsole = 4.3.0
106 107 108 109 110 111 112
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
jdcal = 1.4