From f52aa1c2e80ce886ac5f643691aca19d4d1fae8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Capot=C4=83?= Date: Mon, 7 Oct 2019 11:27:49 -0700 Subject: [PATCH] Pin NumPy in Jenkins customization Overlooked when pinning NumPy in PR #430. --- .conda/bin/jenkins-server-customization | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conda/bin/jenkins-server-customization b/.conda/bin/jenkins-server-customization index fc5250d57..766378066 100644 --- a/.conda/bin/jenkins-server-customization +++ b/.conda/bin/jenkins-server-customization @@ -1,5 +1,5 @@ # This Bash script must be sourced, not executed # Customizations required for the server that currently runs Jenkins -conda install --yes mpi4py tensorflow scipy\<1.3 +conda install --yes mpi4py tensorflow scipy\<1.3 numpy\<1.17 module unload gcc