From 493f0be14c40d41124a518ae9e7b1f7611be88bb Mon Sep 17 00:00:00 2001 From: Jon Belyeu Date: Thu, 24 Oct 2024 14:21:59 -0700 Subject: [PATCH] correct build and requirements locations for lint --- recipes/svtopovz/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/svtopovz/meta.yaml b/recipes/svtopovz/meta.yaml index 86758a6b15a3d..55f799ba0444b 100644 --- a/recipes/svtopovz/meta.yaml +++ b/recipes/svtopovz/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: python - number: 1 + number: 0 script: "python -m pip install HiFi-SVTopoVz/ --no-deps --ignore-installed" run_exports: - {{ pin_subpackage('svtopovz', max_pin="x.x") }} @@ -21,13 +21,13 @@ requirements: host: - pip - python + - cython ==3.0.10 run: - pip - python >=3.10 - - matplotlib ==3.8.4 + - matplotlib-base ==3.8.4 - numpy ==1.26.4 - scikit-image ==0.24.0 - - cython ==3.0.10 test: commands: