From 24b3b4a4c2779afb814a27c972e8e76035d84c3d Mon Sep 17 00:00:00 2001 From: Boas van der Putten <32385917+boasvdp@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:00:01 +0200 Subject: [PATCH] Update env.yaml Force Python 3.6 to allow usage of f-strings --- env.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/env.yaml b/env.yaml index f37e36f..e52643e 100644 --- a/env.yaml +++ b/env.yaml @@ -6,3 +6,4 @@ dependencies: - biopython - pandas - seqtk +- python>=3.6