From 7f1612a9bff83959dcb7d62dd404b6dccf6f08a3 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Fri, 8 Feb 2019 12:30:51 +0000 Subject: [PATCH] add numpy 1.14 for Savu --- Wrappers/Python/conda-recipe/conda_build_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index b7977f39..d5fea08b 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -4,4 +4,5 @@ python: - 3.6 numpy: - 1.12 + - 1.14 - 1.15