From f78791c15433ad84fafd8010c0c61c45c2e3277f Mon Sep 17 00:00:00 2001 From: Pat Gunn Date: Tue, 23 Apr 2024 19:00:00 -0400 Subject: [PATCH] environment.yml: be smarter about alternate builds of conda, set channel-priority to handle if user/distro has set it to something else --- environment-minimal.yml | 2 ++ environment.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/environment-minimal.yml b/environment-minimal.yml index 5f16cbd69..9368d45ed 100644 --- a/environment-minimal.yml +++ b/environment-minimal.yml @@ -1,5 +1,7 @@ +channel_priority: true channels: - conda-forge +- defaults dependencies: - python <=3.12 - av diff --git a/environment.yml b/environment.yml index 4f087c33d..3c4bc4481 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,7 @@ +channel_priority: true channels: - conda-forge +- defaults dependencies: - python <=3.12 - av