From e8ef2509bea7d1feca01ce82f3654cafd1df52d9 Mon Sep 17 00:00:00 2001 From: Sam Widmayer Date: Wed, 18 Oct 2023 15:13:52 -0400 Subject: [PATCH] Update demux.yml to >python 3.7 --- env/demux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/demux.yml b/env/demux.yml index 6a047cc..380d70c 100644 --- a/env/demux.yml +++ b/env/demux.yml @@ -4,5 +4,5 @@ channels: - bioconda - conda-forge dependencies: - - python>3.5 - - pip \ No newline at end of file + - python>3.7 + - pip