Skip to content

Commit

Permalink
correct build and requirements locations for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Belyeu committed Oct 24, 2024
1 parent 8e78fce commit 493f0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/svtopovz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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") }}
Expand All @@ -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:
Expand Down

0 comments on commit 493f0be

Please sign in to comment.