Skip to content

Commit

Permalink
Update meteor to 2.0.17 (#52284)
Browse files Browse the repository at this point in the history
* Update meteor to 2.0.17

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 22, 2024
1 parent d7ced57 commit 3590f06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/meteor/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "meteor" %}
{% set version = "2.0.16" %}
{% set sha256 = "ac059e87ac6b66eb15ac9e5826fdbcd1d3b4726736ae02f46508236080d202b0" %}
{% set version = "2.0.17" %}
{% set sha256 = "b10a7178e4675ac37edd24e7699ac4e70b8ec9c155d33213ab3d2981849c9a36" %}

package:
name: {{ name }}
Expand All @@ -21,11 +21,11 @@ build:

requirements:
host:
- python >=3.10
- python >=3.10,<3.13
- pip
- poetry-core
run:
- python >=3.10
- python >=3.10,<3.13
- bowtie2 >=2.3.5
- pysam
- pyarrow
Expand Down

0 comments on commit 3590f06

Please sign in to comment.