From b2825ddd738c0f381d8a467b790928a585086010 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Tue, 3 Dec 2024 16:01:37 +0000 Subject: [PATCH] remove dependency of python. --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e6ca209..b652f6d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,10 +17,11 @@ build: requirements: host: - - python + - python >=3.8,<3.12 - pip - poetry-core >=1.2.0 run: + - python >=3.8,<3.12 - click - pyopenms>=2.4.0 - pandas