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 Nov 13, 2024
1 parent 898414f commit 7b29067
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/omamer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@ build:
entry_points:
- omamer = omamer.main:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation --no-cache-dir
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- alive-progress
- biopython
- ete3
- numba
- numpy
- numpy <2
- pandas >2.0.0
- property-manager
- rmath4
Expand Down

0 comments on commit 7b29067

Please sign in to comment.