From 0802103f41975f331ad2c9742d70ce613ec523e0 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Wed, 16 Oct 2024 15:58:02 +0200 Subject: [PATCH] [biobb_analysis] update 5.0.0 --- recipes/biobb_analysis/meta.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes/biobb_analysis/meta.yaml b/recipes/biobb_analysis/meta.yaml index 8ba9f1efac1b9..c96372e9fe1d3 100644 --- a/recipes/biobb_analysis/meta.yaml +++ b/recipes/biobb_analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biobb_analysis" %} -{% set version = "4.2.0" %} +{% set version = "5.0.0" %} package: name: '{{ name|lower }}' @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: e42a054bbc9c066d47443a18ee370dd97632f93de32c44aeb586a19bce85aa37 + sha256: 8bf930ecd4cff6b3ad3a97a92599913225295725056c5369bd0e7f536bb4008d build: number: 0 @@ -18,16 +18,16 @@ build: requirements: host: - - python >=3.8 + - python >=3.9 - setuptools - - biobb_common ==4.2.0 - - gromacs ==2022.2 - - ambertools >=22.0 + - biobb_common ==5.0.0 + - gromacs >=2022.2 + - ambertools >=22.5 run: - - python >=3.8 - - biobb_common ==4.2.0 - - gromacs ==2022.2 - - ambertools >=22.0 + - python >=3.9 + - biobb_common ==5.0.0 + - gromacs >=2022.2 + - ambertools >=22.5 test: imports: - biobb_analysis