From 67ae4733976c304580932e43dffb754cf59c3078 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:53:41 -0600 Subject: [PATCH] Update meta.yaml --- recipes/sniffles/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/sniffles/meta.yaml b/recipes/sniffles/meta.yaml index 44b5e5e98e6db..4f0a82147ae66 100644 --- a/recipes/sniffles/meta.yaml +++ b/recipes/sniffles/meta.yaml @@ -18,11 +18,11 @@ build: requirements: host: - - python >=3.10 + - python ==3.10 - pip - setuptools run: - - python >=3.10 + - python ==3.10 - pysam >=0.21.0 - python-edlib >=1.3.9 - psutil >=5.9.4