diff --git a/recipes/nf-core/meta.yaml b/recipes/nf-core/meta.yaml index b546fdafe2ee0..c518daa0d9876 100644 --- a/recipes/nf-core/meta.yaml +++ b/recipes/nf-core/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: python - number: 0 + number: 1 script: "touch requirements.txt && {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" entry_points: - nf-core=nf_core.__main__:run_nf_core @@ -50,6 +50,7 @@ requirements: - ruamel.yaml - tabulate - textual ==0.71.0 + - linkify-it-py >=1,<3 - trogon - nextflow >=24.04.4 - nf-test