Skip to content

Commit

Permalink
add setuptools to host
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 23, 2024
1 parent 2ab3457 commit 3a2c321
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/mkdesigner/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ build:
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0
run_exports:
- {{ pin_subpackage('mkdesigner', max_pin="x") }}
- {{ pin_subpackage('mkdesigner', max_pin="x.x") }}

requirements:
host:
- python >=3.8,<4.0
- pip
- setuptools
run:
- python >=3.8,<4.0
- pandas >=2.0.2,<3.0.0
Expand All @@ -44,11 +45,12 @@ test:
- mkselect --help

about:
home: https://github.com/KChigira/mkdesigner/
home: https://github.com/KChigira/mkdesigner
summary: Genome-wide design of markers for PCR-based genotyping from NGS data.
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/KChigira/mkdesigner

extra:
recipe-maintainers:
Expand Down

0 comments on commit 3a2c321

Please sign in to comment.