From 92ad708ceaf92f8876c8590d839c16215e6d2d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loraine=20Gu=C3=A9guen?= Date: Thu, 7 Sep 2023 14:36:11 +0200 Subject: [PATCH 1/2] update conda env --- conda_environment.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conda_environment.yml b/conda_environment.yml index 5e21a117..6aab4cee 100644 --- a/conda_environment.yml +++ b/conda_environment.yml @@ -3,9 +3,10 @@ channels: - bioconda - defaults dependencies: - - python=3.8 + - python - nodejs - pip: - - cwltool==3.1.20230624081518 - - rocrate==0.8.0 - - ruamel-yaml==0.17.32 + - cwltool + - cwlref-runner + - rocrate + - ruamel-yaml From ce172ac6a51560e18f9e1e1274f60ff02243bd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loraine=20Brillet-Gu=C3=A9guen?= Date: Thu, 7 Sep 2023 15:06:13 +0200 Subject: [PATCH 2/2] keep versions --- conda_environment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda_environment.yml b/conda_environment.yml index 6aab4cee..9dbf7e0b 100644 --- a/conda_environment.yml +++ b/conda_environment.yml @@ -3,10 +3,10 @@ channels: - bioconda - defaults dependencies: - - python + - python=3.8 - nodejs - pip: - - cwltool + - cwltool==3.1.20230624081518 - cwlref-runner - - rocrate - - ruamel-yaml + - rocrate==0.8.0 + - ruamel-yaml==0.17.32