From b12abe9e63ba438895f758bf1d52c5bbfef196d1 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 9 Jul 2018 14:32:20 -0400 Subject: Update conda_build_config.yaml (#142) numpy floor: 1.12 -> 1.13 --- conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_build_config.yaml b/conda_build_config.yaml index e890122..3cd1cb3 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -3,7 +3,7 @@ python: - 3.6 numpy: - - 1.12 + - 1.13 pin_build_as_run: python: -- cgit