Skip to content

Commit

Permalink
sync dependencies with requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 24, 2024
1 parent 493f0be commit fce8b5e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions recipes/svtopovz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,24 @@ source:
build:
noarch: python
number: 0
script: "python -m pip install HiFi-SVTopoVz/ --no-deps --ignore-installed"
script: "{{ PYTHON }} -m pip install HiFi-SVTopoVz/ --no-deps --no-build-isolation --no-cache-dir"
entry_points:
- svtopovz = svtopovz.__main__:main
run_exports:
- {{ pin_subpackage('svtopovz', max_pin="x.x") }}

requirements:
host:
- pip
- python
- cython ==3.0.10
- python >=3.10
- cython >=3.0.10
- setuptools
run:
- pip
- python >=3.10
- matplotlib-base ==3.8.4
- matplotlib-base >=3.8.4
- numpy ==1.26.4
- scikit-image ==0.24.0
- scikit-image >=0.24.0

test:
commands:
Expand All @@ -37,7 +40,8 @@ test:
about:
home: https://github.com/PacificBiosciences/HiFi-SVTopo
license: "Pacific Biosciences Software License Agreement"
summary: "Complex structural variant visualization for HiFi sequencing data: plotting tool"
summary: "Complex structural variant visualization for HiFi sequencing data: plotting tool."
dev_url: https://github.com/PacificBiosciences/HiFi-SVTopo

extra:
recipe-maintainers:
Expand Down

0 comments on commit fce8b5e

Please sign in to comment.