From f1b9b8ba6830c636c399793aaf848a520f25f6d2 Mon Sep 17 00:00:00 2001 From: M Bernt Date: Fri, 3 Mar 2023 11:30:50 +0100 Subject: [PATCH] [ci skip] Merge PR 39703 Merge PR #39703, commits were: * Apply suggestions from code review * bcbio-gff: pin biopython xref https://github.com/chapmanb/bcbb/issues/136 --- recipes/bcbio-gff/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/bcbio-gff/meta.yaml b/recipes/bcbio-gff/meta.yaml index 58240cc42529f..49cf935e08f4d 100644 --- a/recipes/bcbio-gff/meta.yaml +++ b/recipes/bcbio-gff/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 34dfa970e14f4533dc63c0a5512b7b5221e4a06449e6aaa344162ed5fdd7a1de build: - number: 0 + number: 1 noarch: python script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv" @@ -21,7 +21,7 @@ requirements: run: - python - six - - biopython + - biopython <1.81 - bx-python test: