Skip to content

Commit

Permalink
Merge branch 'master' into biobb_pmx
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Nov 21, 2024
2 parents e2cf1a0 + d0834c4 commit 6e6780b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions recipes/augur/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "26.1.0" %}
{% set version = "26.2.0" %}

package:
name: augur
version: {{ version }}

source:
url: https://github.com/nextstrain/augur/releases/download/{{ version }}/nextstrain_augur-{{ version }}.tar.gz
sha256: 74159e9a663ad4f1171b1800dd345dd94777a37dcc74abc754351626f75668c2
sha256: a501c10b0242384d33f5fd02ab943d4b295e80f31e2a14b6a9692f01e17ac5af

build:
number: 0
Expand All @@ -33,7 +33,7 @@ requirements:
- networkx >=2.5,<4
- numpy >=1.0.0,<2
- packaging >=19.2
- pandas >=1.0.0,<2
- pandas >=1.0.0,<3
- pyfastx >=1.0.0,<3
- python-calamine >=0.2.0
- scipy >=1.0.0,<2
Expand Down
4 changes: 2 additions & 2 deletions recipes/aviary/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "0.9.2" %}
{% set version = "0.10.0" %}
{% set name = "aviary" %}
{% set sha256 = "83e18bbd2abf347ae7e0d83d81d671031a6a98324b01053e79c0d86b989c95ba" %}
{% set sha256 = "a7ff834830fcfa7c4754a3881530875d9a1210d4c532be6a8391b9747645742e" %}

package:
name: aviary
Expand Down
4 changes: 2 additions & 2 deletions recipes/metabolights-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "metabolights-utils" %}
{% set version = "1.3.3" %}
{% set version = "1.3.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/metabolights_utils-{{ version }}.tar.gz
sha256: 2642af13ee222428adcfb9315beb220921dd4269e30e3c05933daf7713cbdb85
sha256: b4fb94659e5ced5035f436a6d8c65e8ae0676a42d48f1bd7395016aeadc9d4ef

build:
entry_points:
Expand Down

0 comments on commit 6e6780b

Please sign in to comment.