Skip to content

Commit

Permalink
Update hlafreq to 0.0.5 (#51373)
Browse files Browse the repository at this point in the history
* Update hlafreq to 0.0.5

* Add `setuptools` to host deps

* clean up recipe

---------

Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: mencian <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
4 people authored Oct 28, 2024
1 parent 714278c commit b4ecaf2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/hlafreq/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{% set name = "HLAfreq" %}
{% set version = "0.0.4" %}
{% set version = "0.0.5" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0]|lower }}/{{ name|lower }}/{{ name|lower }}-{{ version }}.tar.gz"
sha256: 58aa7aaa1d554a3264531f6aaa3bd0a5a29c13b58441dc6564537adf4d096051
sha256: 297ae735de85dfdc9f60f94f3fef92d4a1f055b455b282b7171e10d3de358b96

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

requirements:
host:
- python >=3.10
- pip
- setuptools
run:
- bs4
- matplotlib-base >=3.6.0
Expand All @@ -41,7 +42,8 @@ about:
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Download and combine HLA frequency data from multiple studies"
summary: "Download and combine HLA frequency data from multiple studies."
dev_url: "https://github.com/Vaccitech/HLAfreq"

extra:
recipe-maintainers:
Expand Down

0 comments on commit b4ecaf2

Please sign in to comment.