From a86dd6a08b55af32b84c85d4c7650dc226289d14 Mon Sep 17 00:00:00 2001 From: hetrickjm Date: Mon, 21 Jul 2025 15:27:54 -0400 Subject: [PATCH] Removed `- defaults` channel from conda env recipe Removed the `-defaults` channel from all the conda env recipe files. --- scd-reduction-tools-dev.yml | 1 - scd-reduction-tools-qa.yml | 1 - scd-reduction-tools.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/scd-reduction-tools-dev.yml b/scd-reduction-tools-dev.yml index 1915279..2ae35c1 100644 --- a/scd-reduction-tools-dev.yml +++ b/scd-reduction-tools-dev.yml @@ -5,7 +5,6 @@ name: scd-reduction-tools-dev channels: - mantid-ornl - conda-forge - - defaults dependencies: - mantid=6.12.0.2 diff --git a/scd-reduction-tools-qa.yml b/scd-reduction-tools-qa.yml index b09bb65..5175d2d 100644 --- a/scd-reduction-tools-qa.yml +++ b/scd-reduction-tools-qa.yml @@ -5,7 +5,6 @@ name: scd-reduction-tools-qa channels: - mantid-ornl - conda-forge - - defaults dependencies: - mantid=6.12.0.2 diff --git a/scd-reduction-tools.yml b/scd-reduction-tools.yml index ed8db5e..ae8857e 100644 --- a/scd-reduction-tools.yml +++ b/scd-reduction-tools.yml @@ -5,7 +5,6 @@ name: scd-reduction-tools channels: - mantid-ornl - conda-forge - - defaults dependencies: - mantid=6.12.0.2 -- GitLab