From 13234166f5077128f98ac4b84f2a2572195d1caf Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 18 May 2018 11:25:55 -0700 Subject: [PATCH] Update atlas blueprint (cherry picked from commit d406fbdf8380c935d23e7013c26cfb6bf43c548f) --- tests/pylorax/blueprints/atlas.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pylorax/blueprints/atlas.toml b/tests/pylorax/blueprints/atlas.toml index 82a4c5f4..c82291c2 100644 --- a/tests/pylorax/blueprints/atlas.toml +++ b/tests/pylorax/blueprints/atlas.toml @@ -7,5 +7,5 @@ name = "atlas" version = "3.10.*" [[modules]] -name = "numpy" -version = "1.7.*" +name = "python3-numpy" +version = "1.14.*"