From adbb6a387b933dd348ba5c01f23d9a55771f6b04 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 12 Aug 2024 11:18:07 -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 81f902f..6eaeaef 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,6 @@ name: imglyb channels: - conda-forge - - defaults dependencies: - python >= 3.7 # Project dependencies