Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lisa Casino
slapos
Commits
68831d7a
Commit
68831d7a
authored
Jul 30, 2021
by
Lisa Casino
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/slapos.cfg: use pandas, scipy, statsmodels
parent
29ce8279
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
stack/slapos.cfg
stack/slapos.cfg
+15
-1
No files found.
stack/slapos.cfg
View file @
68831d7a
...
...
@@ -28,7 +28,9 @@ extends =
../component/python-cryptography/buildout.cfg
../component/python-PyYAML/buildout.cfg
../component/pycurl/buildout.cfg
../component/pandas/buildout.cfg
../component/statsmodels/buildout.cfg
../component/scipy/buildout.cfg
# Separate from site eggs
allowed-eggs-from-site-packages =
...
...
@@ -74,6 +76,10 @@ versions = versions
# Define networkcache with shacache.org
networkcache-section = networkcache
[gcc]
# Always build GCC for Fortran (see openblas).
max_version = 0
[slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.git
...
...
@@ -120,6 +126,9 @@ eggs =
${pycurl:egg}
${python-cryptography:egg}
${backports.lzma:egg}
${pandas:egg}
${statsmodels:egg}
${scipy:egg}
# Install a slapos command with networkcache enabled in ${buildout:bin-directory}
[slapos-command]
...
...
@@ -173,6 +182,7 @@ lxml = 4.6.3
meld3 = 1.0.2
more-itertools = 5.0.0
netaddr = 0.7.19
pandas = 0.19.2
pathlib2 = 2.3.5
pbr = 2.0.0
plone.recipe.command = 1.1
...
...
@@ -214,6 +224,10 @@ paramiko = 2.1.3
CacheControl = 0.12.6:whl
msgpack = 0.6.2
scipy = 1.0.1
statsmodels = 0.8.0
patsy = 0.4.1
# Required by:
# slapos.core==1.5.0
Flask = 1.1.2
...
...
Lisa Casino
@lisa.casino
mentioned in merge request
nexedi/slapos.toolbox!99
·
Aug 10, 2021
mentioned in merge request
nexedi/slapos.toolbox!99
mentioned in merge request nexedi/slapos.toolbox!99
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment