Skip to content

Commit

Permalink
Update harmonypy to 0.0.10 (#48949)
Browse files Browse the repository at this point in the history
* Update harmonypy to 0.0.10

* add missing dependency

* hatchling is a build dep

---------

Co-authored-by: Jonathan Manning <jonathan.manning@seqera.io>
  • Loading branch information
BiocondaBot and pinin4fjords committed Jul 5, 2024
1 parent 8820eb8 commit aceaa32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/harmonypy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "harmonypy" %}
{% set version = "0.0.9" %}
{% set version = "0.0.10" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "85bfdd4e6ec6e0fa8816a276639358d3598a40d60ba9f7a5d9dada8706be8c4d"
sha256: "27bd39a6f9ada1708ffa577e46c9b7363d1e2fd62740e477ce11fd61819a54df"

build:
number: 0
Expand All @@ -18,6 +18,7 @@ build:

requirements:
host:
- hatchling
- pip
- python >=3.6
run:
Expand Down

0 comments on commit aceaa32

Please sign in to comment.