software.cfg 2.84 KB
Newer Older
Jérome Perrin's avatar
Jérome Perrin committed
1 2
[buildout]
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
[python]
part = python3

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

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

25
[download-file-base]
26
recipe = slapos.recipe.build:download
27
url = ${:_profile_base_location_}/${:filename}
Jérome Perrin's avatar
Jérome Perrin committed
28 29 30
download-only = true
mode = 0644

31
[jupyter-notebook-config]
32 33
<= download-file-base

34
[jupyter-set-password]
35
<= download-file-base
Jérome Perrin's avatar
Jérome Perrin committed
36

Ayush Tiwari's avatar
Ayush Tiwari committed
37 38 39 40 41 42 43 44 45
[erp5-kernel]
<= download-file-base

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

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

46 47 48 49
[instance]
recipe = slapos.recipe.template
url =  ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg
50
mode = 0644
Jérome Perrin's avatar
Jérome Perrin committed
51 52

[versions]
53
Pygments = 2.7.2
54
astor = 0.5
55
async-generator = 1.10
56
backports-abc = 0.5
57
backports.functools-lru-cache = 1.6.1
58
backports.shutil-get-terminal-size = 1.0.0
59
bleach = 3.2.1
60
cycler = 0.10.0
61 62 63
defusedxml = 0.6.0
entrypoints = 0.3
ipykernel = 5.3.4
64 65
ipython = 5.3.0
ipython-genutils = 0.1.0
66
ipywidgets = 6.0.0
67 68
jupyter-client = 6.1.7
jupyter-core = 4.7.0
Iliya Manolov's avatar
Iliya Manolov committed
69 70
jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1
71
jupyterlab-pygments = 0.1.2
72
matplotlib = 2.1.2
73 74 75 76 77 78 79 80
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
81
plone.recipe.command = 1.1
82 83
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
84 85
pyzmq = 20.0.0
scikit-learn = 0.20.4
86 87
seaborn = 0.7.1
simplegeneric = 0.8.1
88
slapos.recipe.template = 4.4
89 90 91 92 93 94
statsmodels = 0.11.1
testpath = 0.4.4
terminado = 0.9.1
tornado = 6.1
traitlets = 5.0.5
webencodings = 0.5.1
95
widgetsnbextension = 2.0.0
Iliya Manolov's avatar
Iliya Manolov committed
96

Jérome Perrin's avatar
Jérome Perrin committed
97 98

# Required by:
99
# tornado==4.4.2
100
certifi = 2020.6.20
Jérome Perrin's avatar
Jérome Perrin committed
101 102

# Required by:
103 104 105 106 107 108 109 110 111 112
# notebook==6.1.5
Send2Trash = 1.5.0

# Required by:
# notebook==6.1.5
argon2-cffi = 20.1.0

# Required by:
# notebook==6.1.5
nbconvert = 6.0.7
113 114

# Required by:
115 116
# ipython==5.3.0
pathlib2 = 2.2.1
117

118
# Required by:
119 120
# statsmodels==0.11.1
patsy = 0.5.1
121

122
# Required by:
123
# ipython==5.3.0
124
pexpect = 4.8.0
125 126

# Required by:
127 128
# ipython==5.3.0
pickleshare = 0.7.4
129 130

# Required by:
131 132 133 134 135 136
# notebook==6.1.5
prometheus-client = 0.9.0

# Required by:
# statsmodels==0.11.1
python-dateutil = 2.8.1
137 138

# Required by:
139 140
# pathlib2==2.2.1
scandir = 1.5
141

142
# Required by:
143 144
# statsmodels==0.11.1
pytz = 2020.4
145

146
# Required by:
147 148 149 150 151
# statsmodels==0.11.1
scipy = 1.0.1

# Required by:
# tornado==6.1
152
singledispatch = 3.4.0.3
153 154

# Required by:
155 156
# prompt-toolkit==1.0.13
wcwidth = 0.1.7
157 158 159 160 161 162 163

jupyter = 1.0.0
jupyter-console = 5.1.0

# Required by:
# jupyter==1.0.0
qtconsole = 4.3.0
164 165 166 167 168 169 170 171 172 173 174

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