From 0aac2b1b60a39dd4300139a37c8ca73392e0dbaf Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Fri, 20 Mar 2026 12:55:13 -0600 Subject: [PATCH] Update environment.yml with new dependencies Updated Python version and modified dependencies. --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 568f1c7..5efc392 100755 --- a/environment.yml +++ b/environment.yml @@ -1,10 +1,10 @@ name: mtag channels: - bioconda +- defaults dependencies: -- argparse - joblib -- python=2.7 +- python=2.7.15 - bitarray=0.8 - numpy>=1.13.1 - pandas>=0.18.1