From 1cd24800113107dbef223464ded5e6512b521aaf Mon Sep 17 00:00:00 2001 From: farchaab Date: Thu, 17 Oct 2024 11:38:05 +0200 Subject: [PATCH 1/2] updated recipe --- recipes/mess/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/mess/meta.yaml b/recipes/mess/meta.yaml index 79e6e64a7263c..120c8ef2778c9 100644 --- a/recipes/mess/meta.yaml +++ b/recipes/mess/meta.yaml @@ -10,7 +10,7 @@ source: sha256: a0bb9d8dc81548cfad1cc45d43c82d41b28a399dd8f6bad4c5588a8201196f1a build: - number: 0 + number: 1 noarch: python entry_points: - mess=mess.__main__:main @@ -21,19 +21,19 @@ build: requirements: host: - - python >=3.10 + - python >=3.11 - pip run: - - python >=3.10 - - mamba >=1.5.8 + - python >=3.11 + - apptainer >=1.3.2 - snakemake-minimal >=8.0.0 - snaketool-utils >=0.0.5 - attrmap >=0.0.7 - pyyaml >=6.0.1 - - pandas >=2.2.1 + - pandas >=2.2.3 - biopython >=1.83 - - rich-click >=1.7.4 + - rich-click >=1.8.3 test: commands: From 0ddb359003e49216e5560c4c9928b406ee66f6f9 Mon Sep 17 00:00:00 2001 From: farchaab Date: Thu, 17 Oct 2024 11:55:18 +0200 Subject: [PATCH 2/2] added setuptools --- recipes/mess/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/mess/meta.yaml b/recipes/mess/meta.yaml index 120c8ef2778c9..01c9ddfd0baad 100644 --- a/recipes/mess/meta.yaml +++ b/recipes/mess/meta.yaml @@ -23,6 +23,7 @@ requirements: host: - python >=3.11 - pip + - setuptools run: - python >=3.11