Skip to content

Commit

Permalink
add setuptools to host
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 21, 2024
1 parent ce71560 commit 1fb5343
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/freyja/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:

build:
number: 0
script: "python -m pip install . --no-deps"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
noarch: python
entry_points:
- freyja=freyja._cli:cli
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- click
Expand All @@ -40,8 +41,10 @@ requirements:
- epiweeks
- pysam
- biopython
- seaborn
- seaborn-base
- pyarrow
- sphinx
- sphinx_rtd_theme

test:
commands:
Expand All @@ -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

0 comments on commit 1fb5343

Please sign in to comment.