From 51ea3ced255594eb8fa5ae4ae172b16c909b18e9 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 18 Nov 2024 02:05:59 -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 2c172c5..a86326c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,9 +10,9 @@ source: sha256: 22ea15b6284413222559351b0b62b4ce9d542aabdc0916fab9f73c8c50a32738 build: - number: 0 + number: 1 noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + script: {{ PYTHON }} -m pip install . -vv requirements: host: