From 40d0a6f77d326ead20e82fc0c3310f21159e4a63 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 12 Aug 2024 11:21:39 -0500 Subject: [PATCH] Remove tainted default channel See: * https://www.anaconda.com/blog/is-conda-free * https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/ --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index c1e2a5b..ce97e40 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,6 @@ name: appose channels: - conda-forge - - defaults dependencies: - python >= 3.10 # Project from source