Skip to content

Commit

Permalink
[biobb_pdb_tools] update 5.0.0 (#52234)
Browse files Browse the repository at this point in the history
* [biobb_pdb_tools] update 5.0.0

* Update meta.yaml
  • Loading branch information
PauAndrio authored Nov 20, 2024
1 parent 25e1547 commit 4c4cb40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/biobb_pdb_tools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ source:
sha256: 46cf4312ab7da0bf9491b1bf89677daf6f1163a3163c41d111863cf1baa1bd9a

build:
number: 0
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
- pdb-tools
run:
- python >=3.8
- biobb_common ==4.2.0
- python >=3.9
- biobb_common ==5.0.0
- pdb-tools
test:
imports:
Expand Down

0 comments on commit 4c4cb40

Please sign in to comment.