From 67fc59b5ee04f64a7c80e1d5eaf8bf965bfffb55 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Thu, 22 Feb 2024 17:06:53 -0600 Subject: [PATCH] [BUG] keep looser conda-build constraint --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 408b7ff..f8c5dce 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: fb01cbecadffd3a7d8b7c9a9d65e76a87579fa0a9957906306032ff93ce902ee build: - number: 0 + number: 1 noarch: python script: - {{ PYTHON }} -m pip install . --no-deps -vv @@ -30,7 +30,7 @@ requirements: - python >=3.6 - setuptools - conda >=4.2 - - conda-build >=24.1.0 + - conda-build >=3.18.3 - conda-package-handling >=1.9.0 - jinja2 - requests