From c66ff2dadd7118447fc198a5b78aa3a46d4dde69 Mon Sep 17 00:00:00 2001 From: Daniel Probst Date: Sun, 26 Dec 2021 12:35:19 +0100 Subject: [PATCH] Removed unused build requirements --- tmap/recipe/meta.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmap/recipe/meta.yaml b/tmap/recipe/meta.yaml index 8216a63..d86cdf8 100644 --- a/tmap/recipe/meta.yaml +++ b/tmap/recipe/meta.yaml @@ -7,9 +7,6 @@ build: binary_relocation: False # [osx] skip: True # [py<35] -extra: - - conda-forge - source: path: .. @@ -17,7 +14,6 @@ requirements: build: - {{ compiler('cxx') }} - llvm-openmp # [osx] - - ninja # [win] - vs2019_win-64 # [win] - cmake - python {{ python }}