From 37d642897a5441ac47f26f367ce225421d0657bc Mon Sep 17 00:00:00 2001 From: balajtimate <51365402+balajtimate@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:00:26 +0100 Subject: [PATCH] fix: pin Python version (#151) --- install/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/environment.yml b/install/environment.yml index c526dbf..c2c0ad5 100644 --- a/install/environment.yml +++ b/install/environment.yml @@ -3,6 +3,6 @@ channels: - conda-forge - bioconda dependencies: - - python>=3.10 + - python>=3.10, <3.12 - snakemake - graphviz