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
Xavier Thompson
slapos
Commits
ed691c82
Commit
ed691c82
authored
Nov 02, 2022
by
Thomas Leymonerie
Committed by
Thomas Gambier
Nov 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
numpy: upgrade version to 1.22.4
parent
dc883a08
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46 additions
and
8 deletions
+46
-8
component/cython/buildout.cfg
component/cython/buildout.cfg
+3
-2
component/numpy/buildout.cfg
component/numpy/buildout.cfg
+19
-2
component/scipy/buildout.cfg
component/scipy/buildout.cfg
+22
-1
software/jupyter/software.cfg
software/jupyter/software.cfg
+1
-3
software/kvm/software.cfg
software/kvm/software.cfg
+1
-0
No files found.
component/cython/buildout.cfg
View file @
ed691c82
...
...
@@ -3,7 +3,8 @@ parts = cython
[cython]
recipe = zc.recipe.egg:custom
egg = cython
egg = Cython
interpreter = python_with_cython
[versions]
Cython = 0.29.2
1
Cython = 0.29.2
4
component/numpy/buildout.cfg
View file @
ed691c82
[buildout]
parts = numpy
extends =
../cython/buildout.cfg
parts =
numpy
[numpy-env]
BLAS=None
LAPACK=None
ATLAS=None
[numpy]
recipe = zc.recipe.egg:custom
egg = numpy
executable = ${cython:interpreter}
egg =
numpy
[numpy:sys.version_info >= (3,8)]
environment = numpy-env
setup-eggs = ${cython:egg}
[versions]
numpy = 1.16.4
[versions:sys.version_info >= (3,8)]
numpy = 1.22.0
component/scipy/buildout.cfg
View file @
ed691c82
...
...
@@ -12,5 +12,26 @@ parts =
recipe = zc.recipe.egg:custom
egg = scipy
environment = scipy-env
setup-eggs = ${numpy:egg}
setup-eggs =
${cython:egg}
${numpy:egg}
rpath = ${numpy:rpath}
[scipy:sys.version_info >= (3,8)]
setup-eggs +=
pandas
pythran
pybind11
[versions]
scipy = 1.0.1
pandas = 0.25.3
[versions:sys.version_info >= (3,8)]
pybind11 = 2.9.2
scipy = 1.8.1
beniget = 0.4.1
gast = 0.5.3
ply = 3.11
pandas = 1.4.0
pythran = 0.11.0:whl
software/jupyter/software.cfg
View file @
ed691c82
...
...
@@ -5,6 +5,7 @@ extends =
../../component/cythonplus/buildout.cfg
../../component/openssl/buildout.cfg
../../component/jupyter/buildout.cfg
../../component/numpy/openblas.cfg
../../stack/monitor/buildout.cfg
parts +=
slapos-cookbook
...
...
@@ -69,8 +70,6 @@ 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
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
...
...
@@ -95,7 +94,6 @@ pickleshare = 0.7.4
prometheus-client = 0.9.0
scandir = 1.5
pytz = 2020.4
scipy = 1.0.1
singledispatch = 3.4.0.3
wcwidth = 0.1.7
jupyter = 1.0.0
...
...
software/kvm/software.cfg
View file @
ed691c82
...
...
@@ -43,6 +43,7 @@ parts = ${:common-parts}
[python-with-eggs]
recipe = zc.recipe.egg
interpreter = ${:_buildout_section_name_}
depends = ${numpy:recipe}
eggs =
${slapos-toolbox:eggs}
${python-cffi:egg}
...
...
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