From 1656a6949de6a6a554eec4002da7991b53457ea9 Mon Sep 17 00:00:00 2001 From: Christian Fournier Date: Thu, 4 Sep 2025 15:22:39 +0200 Subject: [PATCH] remove compiler remove un-needed compiler in build env --- conda/meta.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 311082c..7dd94b0 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -31,9 +31,6 @@ requirements: - {{ dep }} {% endfor %} - build: - - {{ compiler("cxx") }} - run: - python {% for dep in deps + conda_deps %}