From ba52eead2b668aac408349f26677664e74ca6f91 Mon Sep 17 00:00:00 2001
From: Thomas Gambier <thomas.gambier@nexedi.com>
Date: Wed, 7 Aug 2019 09:49:04 +0200
Subject: [PATCH] increase numpy version everywhere to be able to compile on
 debian 10

---
 software/ajaxplorer/software.cfg      | 2 +-
 software/apache-frontend/software.cfg | 2 +-
 software/caddy-frontend/software.cfg  | 2 +-
 software/dream/software.cfg           | 2 +-
 software/jupyter/software.cfg         | 2 +-
 software/neotest/software.cfg         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/software/ajaxplorer/software.cfg b/software/ajaxplorer/software.cfg
index 079df0edd..d8b54ab8f 100644
--- a/software/ajaxplorer/software.cfg
+++ b/software/ajaxplorer/software.cfg
@@ -83,7 +83,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
 
 [versions]
 # Numpy 1.7.0 doesn't install well
-numpy = 1.6.2
+numpy = 1.16.4
 # websockify 0.4.1 doesn't install well
 websockify = 0.3.0
 plone.recipe.command = 1.1
diff --git a/software/apache-frontend/software.cfg b/software/apache-frontend/software.cfg
index 823177f7b..82fa49442 100644
--- a/software/apache-frontend/software.cfg
+++ b/software/apache-frontend/software.cfg
@@ -11,7 +11,7 @@ pycrypto = 2.6.1
 rdiff-backup = 1.0.5+SlapOSPatched001
 slapos.recipe.template = 4.3
 smmap = 0.9.0
-numpy = 1.11.2
+numpy = 1.16.4
 
 websockify = 0.8.0
 
diff --git a/software/caddy-frontend/software.cfg b/software/caddy-frontend/software.cfg
index 888708702..47460dce4 100644
--- a/software/caddy-frontend/software.cfg
+++ b/software/caddy-frontend/software.cfg
@@ -24,7 +24,7 @@ pycrypto = 2.6.1
 rdiff-backup = 1.0.5+SlapOSPatched001
 slapos.recipe.template = 4.3
 smmap = 0.9.0
-numpy = 1.11.2
+numpy = 1.16.4
 
 websockify = 0.8.0
 collective.recipe.shelloutput = 0.1
diff --git a/software/dream/software.cfg b/software/dream/software.cfg
index e7df6f352..a519d0073 100644
--- a/software/dream/software.cfg
+++ b/software/dream/software.cfg
@@ -43,7 +43,7 @@ pydot = 1.0.28
 xlrd = 0.9.3
 xlwt = 0.7.5
 pyparsing = 2.0.3
-numpy = 1.9.1
+numpy = 1.16.4
 scipy = 0.13.3
 simpy = 3.0.5
 zope.dottedname = 4.1.0
diff --git a/software/jupyter/software.cfg b/software/jupyter/software.cfg
index 6b20482e1..3427aa1b9 100644
--- a/software/jupyter/software.cfg
+++ b/software/jupyter/software.cfg
@@ -92,7 +92,7 @@ tornado = 4.4.2
 traitlets = 4.3.2
 widgetsnbextension = 2.0.0
 # numpy >= 1.13.1 is required for numpy.core.multiarray
-numpy = 1.13.1
+numpy = 1.16.4
 
 
 # Required by:
diff --git a/software/neotest/software.cfg b/software/neotest/software.cfg
index 53ca37128..80e882467 100644
--- a/software/neotest/software.cfg
+++ b/software/neotest/software.cfg
@@ -121,7 +121,7 @@ revision= v0.11-15-gf785ac079b
 # ping eggs versions
 [versions]
 ZODB3 = 3.11.0
-numpy = 1.14.2
+numpy = 1.16.4
 zope.testing = 4.6.2
 pygolang = 0.0.0.dev4
 erp5.util = 0.4.51
-- 
2.30.9