Skip to content

Commit

Permalink
[biobb_amber] update 5.0.0 (#51430)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Oct 16, 2024
1 parent 45cff42 commit ee1e2aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipes/biobb_amber/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_amber" %}
{% set version = "4.2.0" %}
{% set version = "5.0.0" %}

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 11fe9767c895c5de4a2e643f1c2de00f57bb03c8e0835415542c98aec2ca6040
sha256: 11ce0b1a7f7ec912136d31a46bffdc1c85b831686a51b8e9fe5e35cac611f09c

build:
number: 0
Expand All @@ -18,14 +18,14 @@ build:

requirements:
host:
- python >=3.8
- python >=3.8,<3.11
- setuptools
- biobb_common ==4.2.0
- ambertools >=22.0
- biobb_common ==5.0.0
- ambertools ==22.5.0
run:
- python >=3.8
- biobb_common ==4.2.0
- ambertools >=22.0
- python >=3.8,<3.11
- biobb_common ==5.0.0
- ambertools ==22.5.0

test:
imports:
Expand Down

0 comments on commit ee1e2aa

Please sign in to comment.