Commit ed691c82 authored by Thomas Leymonerie's avatar Thomas Leymonerie Committed by Thomas Gambier

numpy: upgrade version to 1.22.4

parent dc883a08
...@@ -3,7 +3,8 @@ parts = cython ...@@ -3,7 +3,8 @@ parts = cython
[cython] [cython]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = cython egg = Cython
interpreter = python_with_cython
[versions] [versions]
Cython = 0.29.21 Cython = 0.29.24
[buildout] [buildout]
parts = numpy extends =
../cython/buildout.cfg
parts =
numpy
[numpy-env]
BLAS=None
LAPACK=None
ATLAS=None
[numpy] [numpy]
recipe = zc.recipe.egg:custom 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] [versions]
numpy = 1.16.4 numpy = 1.16.4
[versions:sys.version_info >= (3,8)]
numpy = 1.22.0
...@@ -12,5 +12,26 @@ parts = ...@@ -12,5 +12,26 @@ parts =
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = scipy egg = scipy
environment = scipy-env environment = scipy-env
setup-eggs = ${numpy:egg} setup-eggs =
${cython:egg}
${numpy:egg}
rpath = ${numpy:rpath} 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
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../../component/cythonplus/buildout.cfg ../../component/cythonplus/buildout.cfg
../../component/openssl/buildout.cfg ../../component/openssl/buildout.cfg
../../component/jupyter/buildout.cfg ../../component/jupyter/buildout.cfg
../../component/numpy/openblas.cfg
../../stack/monitor/buildout.cfg ../../stack/monitor/buildout.cfg
parts += parts +=
slapos-cookbook slapos-cookbook
...@@ -69,8 +70,6 @@ nest-asyncio = 1.4.3 ...@@ -69,8 +70,6 @@ nest-asyncio = 1.4.3
nbclient = 0.5.1 nbclient = 0.5.1
nbformat = 5.0.8 nbformat = 5.0.8
notebook = 6.1.5 notebook = 6.1.5
numpy = 1.14.6
pandas = 0.25.3
pandocfilters = 1.4.3 pandocfilters = 1.4.3
prompt-toolkit = 1.0.13 prompt-toolkit = 1.0.13
ptyprocess = 0.5.1 ptyprocess = 0.5.1
...@@ -95,7 +94,6 @@ pickleshare = 0.7.4 ...@@ -95,7 +94,6 @@ pickleshare = 0.7.4
prometheus-client = 0.9.0 prometheus-client = 0.9.0
scandir = 1.5 scandir = 1.5
pytz = 2020.4 pytz = 2020.4
scipy = 1.0.1
singledispatch = 3.4.0.3 singledispatch = 3.4.0.3
wcwidth = 0.1.7 wcwidth = 0.1.7
jupyter = 1.0.0 jupyter = 1.0.0
......
...@@ -43,6 +43,7 @@ parts = ${:common-parts} ...@@ -43,6 +43,7 @@ parts = ${:common-parts}
[python-with-eggs] [python-with-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = ${:_buildout_section_name_} interpreter = ${:_buildout_section_name_}
depends = ${numpy:recipe}
eggs = eggs =
${slapos-toolbox:eggs} ${slapos-toolbox:eggs}
${python-cffi:egg} ${python-cffi:egg}
......
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