Skip to content

Commit

Permalink
Update mosca to 2.2.0 (bioconda#45054)
Browse files Browse the repository at this point in the history
* Update mosca to 2.2.0

* Update meta.yaml

Added run_exports
Added pandas as dependency
Fixed python version to <3.12
Fixed snakemake version to <8

---------

Co-authored-by: João Sequeira <maildosequeira@gmail.com>
  • Loading branch information
2 people authored and erikrikarddaniel committed Jan 10, 2024
1 parent d50e17a commit d556ca9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions recipes/mosca/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "mosca" %}
{% set version = "2.1.0" %}
{% set sha256 = "823bffe56b298505136d7cbad3ab0cca526736edeba4458bc3dbb0b4450ab132" %}
{% set version = "2.2.0" %}
{% set sha256 = "575d17f70b7ff1860789bc352055d32af06b6c5fbe16e2169d762ae3d49a7ca2" %}

package:
name: {{ name|lower }}
Expand All @@ -13,11 +13,14 @@ source:
build:
noarch: generic
number: 0
run_exports:
- {{ pin_subpackage("mosca", max_pin="x.x") }}

requirements:
run:
- python >=3.9
- snakemake
- python >=3.9, <3.12
- pandas
- snakemake <8

test:
commands:
Expand Down Expand Up @@ -47,4 +50,4 @@ about:

extra:
recipe-maintainers:
- iquasere
- iquasere

0 comments on commit d556ca9

Please sign in to comment.