From d7d41e50bd888c66d09867c0af7d5e358ad0b78d Mon Sep 17 00:00:00 2001 From: bio-la Date: Mon, 4 Mar 2024 15:53:27 +0100 Subject: [PATCH 1/4] update to check python and R version --- pipeline_env.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline_env.yaml b/pipeline_env.yaml index fcea02c4..bfe7c7b5 100644 --- a/pipeline_env.yaml +++ b/pipeline_env.yaml @@ -3,8 +3,8 @@ channels: - conda-forge - defaults dependencies: - - python=3.11 - - r-base=4.3.0 + - python>=3.10 + - r-base>=4.3.2 - r-clustree - r-ggforce - r-ggraph From 12bc1f333c2672ca47a3a97d58502a8dd598e657 Mon Sep 17 00:00:00 2001 From: bio-la Date: Mon, 4 Mar 2024 16:01:58 +0100 Subject: [PATCH 2/4] test if 4.3.0 works --- pipeline_env.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline_env.yaml b/pipeline_env.yaml index bfe7c7b5..04c85887 100644 --- a/pipeline_env.yaml +++ b/pipeline_env.yaml @@ -3,8 +3,8 @@ channels: - conda-forge - defaults dependencies: - - python>=3.10 - - r-base>=4.3.2 + - python=3.10 + - r-base=4.3.0 - r-clustree - r-ggforce - r-ggraph From fcfcf070970041426193f02c6707e23eb89c2b0b Mon Sep 17 00:00:00 2001 From: bio-la Date: Mon, 4 Mar 2024 16:07:21 +0100 Subject: [PATCH 3/4] r 4.3.1 --- pipeline_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_env.yaml b/pipeline_env.yaml index 04c85887..0e082e1e 100644 --- a/pipeline_env.yaml +++ b/pipeline_env.yaml @@ -4,7 +4,7 @@ channels: - defaults dependencies: - python=3.10 - - r-base=4.3.0 + - r-base=4.3.1 - r-clustree - r-ggforce - r-ggraph From c77c93383e8d9f99697c86a32e22d7681d6077e1 Mon Sep 17 00:00:00 2001 From: bio-la Date: Mon, 4 Mar 2024 16:13:43 +0100 Subject: [PATCH 4/4] r 4.3.2 --- pipeline_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_env.yaml b/pipeline_env.yaml index 0e082e1e..09b27df2 100644 --- a/pipeline_env.yaml +++ b/pipeline_env.yaml @@ -4,7 +4,7 @@ channels: - defaults dependencies: - python=3.10 - - r-base=4.3.1 + - r-base=4.3.2 - r-clustree - r-ggforce - r-ggraph