diff --git a/recipes/biobb_io/meta.yaml b/recipes/biobb_io/meta.yaml index 57c59c65fe2fd..a6c412b775f0c 100644 --- a/recipes/biobb_io/meta.yaml +++ b/recipes/biobb_io/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biobb_io" %} -{% 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: e20b38cb73e956eccd0ff61fef5212da2e52cb7c625664794a50f24b7cfbecd3 + sha256: bcc7edea8abb40e0332ff069931e4db1a9ad6af3cae1a8b09af29d3a6d1572d7 build: number: 0 @@ -18,12 +18,12 @@ build: requirements: host: - - python >=3.8 + - python >=3.9 - setuptools - - biobb_common ==4.2.0 + - biobb_common ==5.0.0 run: - - python >=3.8 - - biobb_common ==4.2.0 + - python >=3.9 + - biobb_common ==5.0.0 test: imports: - biobb_io