From 26537186ac10c30c109947ea7397547c4f4150b9 Mon Sep 17 00:00:00 2001 From: jvfe Date: Tue, 2 Apr 2024 20:09:51 -0300 Subject: [PATCH 1/3] fix: Change biopython version in PhiSpy --- recipes/phispy/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/phispy/meta.yaml b/recipes/phispy/meta.yaml index 1c96458f5a46e..3b3aa8352e278 100644 --- a/recipes/phispy/meta.yaml +++ b/recipes/phispy/meta.yaml @@ -11,7 +11,7 @@ source: sha256: "1dc3ec45c15328577557908517254d8e4ba152416f0e6bbad39e965b86730e28" build: - number: 2 + number: 3 skip: True # [py27 or py < 37] script: "{{ PYTHON }} -m pip install . --no-deps -vv " @@ -22,7 +22,7 @@ requirements: - pip - python run: - - biopython + - biopython <= 1.81 - numpy - python - hmmer From 61eea0dc27540e710191c2cc3374bce794b525af Mon Sep 17 00:00:00 2001 From: jvfe Date: Tue, 2 Apr 2024 20:59:44 -0300 Subject: [PATCH 2/3] fix: Add run_exports Signed-off-by: jvfe --- recipes/phispy/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/phispy/meta.yaml b/recipes/phispy/meta.yaml index 3b3aa8352e278..95bea7bf73afb 100644 --- a/recipes/phispy/meta.yaml +++ b/recipes/phispy/meta.yaml @@ -14,6 +14,8 @@ build: number: 3 skip: True # [py27 or py < 37] script: "{{ PYTHON }} -m pip install . --no-deps -vv " + run_exports: + - {{ pin_subpackage('phispy', max_pin="x") }} requirements: build: From 046849fc868ad3d3867482f6c93c2c9f24e9b9e0 Mon Sep 17 00:00:00 2001 From: jvfe Date: Tue, 2 Apr 2024 21:22:59 -0300 Subject: [PATCH 3/3] fix: Remove space Signed-off-by: jvfe --- recipes/phispy/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/phispy/meta.yaml b/recipes/phispy/meta.yaml index 95bea7bf73afb..0102087cd18f1 100644 --- a/recipes/phispy/meta.yaml +++ b/recipes/phispy/meta.yaml @@ -24,7 +24,7 @@ requirements: - pip - python run: - - biopython <= 1.81 + - biopython <=1.81 - numpy - python - hmmer