From 761f1570ecbf1e8c3dc6b8b8e18d90d777546e6a Mon Sep 17 00:00:00 2001 From: Jim Shaw Date: Mon, 3 Feb 2025 14:01:26 -0500 Subject: [PATCH] Update sylph-tax recipe (fix python versioning) (#53658) --- recipes/sylph-tax/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/sylph-tax/meta.yaml b/recipes/sylph-tax/meta.yaml index c3f23d30cb829..85f8777234757 100644 --- a/recipes/sylph-tax/meta.yaml +++ b/recipes/sylph-tax/meta.yaml @@ -10,7 +10,7 @@ source: sha256: fe1c3b73b17360b4a22c65d771a8865fa2673abf71a132ba1adf9e3fa4cfae2c build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv run_exports: @@ -18,11 +18,11 @@ build: requirements: host: - - python >3 + - python >=3.7 - pip - setuptools run: - - python >3 + - python >=3.7 - pandas - requests