From eb93b5911751c11c482a75ad3ab5bb6c9a3a129e Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 17 Feb 2025 20:04:13 +0000 Subject: [PATCH] Added bioconda-utils to environment.yml --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 6c84ae0..b3ee1b4 100644 --- a/environment.yml +++ b/environment.yml @@ -5,4 +5,6 @@ channels: dependencies: - conda-build - grayskull - - git \ No newline at end of file + - git + - bioconda-utils + - python=3.10.* \ No newline at end of file