diff --git a/recipes/freyja/meta.yaml b/recipes/freyja/meta.yaml index c6dd548925fd5..4e579935046e6 100644 --- a/recipes/freyja/meta.yaml +++ b/recipes/freyja/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.5.1" %} +{% set version = "1.5.2" %} {% set name = "Freyja" %} package: @@ -6,8 +6,8 @@ package: version: {{ version }} build: - number: 1 - script: "python -m pip install . --no-deps" + number: 0 + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" noarch: python entry_points: - freyja=freyja._cli:cli @@ -16,12 +16,13 @@ build: source: url: https://github.com/andersen-lab/{{ name }}/archive/v{{ version }}.tar.gz - sha256: e9007c144857cb8aefe5a834e50c097d1ed685439c9c25f188e38d0c736084d8 + sha256: e1703f2bff4bd747f80b7b3ebd97a8b06dc1b149d4306323c0408ee4cfeddab9 requirements: host: - python >=3.7 - pip + - setuptools run: - python >=3.7 - click @@ -40,8 +41,10 @@ requirements: - epiweeks - pysam - biopython - - seaborn + - seaborn-base - pyarrow + - sphinx + - sphinx_rtd_theme test: commands: @@ -53,3 +56,4 @@ about: license_family: BSD license_file: LICENSE summary: "Freyja recovers relative lineage abundances from mixed SARS-CoV-2 samples and provides functionality to analyze lineage dynamics." + dev_url: https://github.com/andersen-lab/Freyja