From 5ba9091c4ec1dd8316d134b479f781275b842f01 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Wed, 16 Oct 2024 16:53:26 +0200 Subject: [PATCH] [biobb_chemistry] update 5.0.0 --- recipes/biobb_chemistry/meta.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes/biobb_chemistry/meta.yaml b/recipes/biobb_chemistry/meta.yaml index 2e12dae73345e..17755ee4702be 100644 --- a/recipes/biobb_chemistry/meta.yaml +++ b/recipes/biobb_chemistry/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biobb_chemistry" %} -{% set version = "4.2.1" %} +{% 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: 729e6b3b955ad9e62997a162c58b3e84945b1e8a7a766a158a093ffb0b1388a8 + sha256: c4f3926a8a219410afa1e79feb84b71a2d1bb70bc0700039d52726853113b0e8 build: number: 0 @@ -18,18 +18,18 @@ build: requirements: host: - - python >=3.8 + - python >=3.9 - setuptools - - biobb_common ==4.2.0 + - biobb_common ==5.0.0 - openbabel ==3.1.1 - - ambertools >=22.0 - - acpype ==2022.7.21 + - ambertools >=22.5 + - acpype >=2023.10.27 run: - - python >=3.8 - - biobb_common ==4.2.0 + - python >=3.9 + - biobb_common ==5.0.0 - openbabel ==3.1.1 - - ambertools >=22.0 - - acpype ==2022.7.21 + - ambertools >=22.5 + - acpype >=2023.10.27 test: imports: - biobb_chemistry