From ab49a95d5228f320f3ebb542b4e2c45e2f8f91a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= Date: Wed, 29 Nov 2023 10:52:49 +0100 Subject: [PATCH] fix: pin python version #150 --- 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