From 710abc474e541bf32f1105f32b536f2299d5397d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 26 Nov 2018 18:08:09 -0500 Subject: Fix py37 package resolution failures (#424) * Remove totally deprecated dependencies * Future: If recipe no longer exists... remove from metapackage --- conda_build_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conda_build_config.yaml') diff --git a/conda_build_config.yaml b/conda_build_config.yaml index e890122..3256ed5 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -1,9 +1,10 @@ python: - 3.5 - 3.6 + - 3.7 numpy: - - 1.12 + - 1.14 pin_build_as_run: python: -- cgit