From 12cf15de1ae8c30aed8da98cc2889a965e8b8814 Mon Sep 17 00:00:00 2001 From: Takanori Nakane Date: Tue, 27 Aug 2024 10:33:23 +0900 Subject: [PATCH] Removed the `default` conda channel to ensure nothing is installed from the restrictively licensed repository (#1178 pointed out by @jjv5). --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 97e492d42..bba5b7368 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ name: relion-5.0 channels: - conda-forge - - defaults dependencies: - pip - python=3.10