Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 22, 2024
1 parent 69b2a2b commit 97b0cfe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/kinex/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ build:
number: 0
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
- {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage("kinex", max_pin="x") }}

requirements:
host:
- pip
- python >=3.8,<=3.11
- python >=3.8
- setuptools
run:
- python >=3.8,<=3.11
- python >=3.8
- scipy >=1.10.0
- numpy >=1.19.5
- nbformat >=4.2.0
Expand All @@ -40,8 +41,9 @@ test:
about:
home: "https://github.com/bedapub/kinex"
license: GPL-3.0-only
license_family: GPL3
license_file: LICENSE
summary: "Kinex infers causal kinases from phosphoproteomics data"
summary: "Kinex infers causal kinases from phosphoproteomics data."
doc_url: "https://kinex.readthedocs.io/en/latest/"
dev_url: "https://github.com/bedapub/kinex"

Expand Down

0 comments on commit 97b0cfe

Please sign in to comment.