From 1ec582cea36e8819837d193f02df388195684998 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 18 Nov 2024 01:58:00 -0700 Subject: [PATCH] MNT: Remove 'pip install' options * Remove --no-deps --no-build-isolation 'pip install' options in recipes as the build tool (e.g. conda-build, rattler-build) will enforce all required 'pip install' options itself at build time. * Bump build number. --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 280f3a2..ed49396 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,8 +14,8 @@ build: noarch: python entry_points: - pyhf = pyhf.cli:cli - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 4 + script: {{ PYTHON }} -m pip install . -vv + number: 5 requirements: host: