Skip to content

Commit

Permalink
Update sourcepredict to 0.5.1 (#51388)
Browse files Browse the repository at this point in the history
* Update sourcepredict to 0.5.1

* add run_exports

* add run_exports

* add setuptools to host

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 14, 2024
1 parent 75f8ccd commit 4e78097
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions recipes/sourcepredict/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
{% set name = "sourcepredict" %}
{% set version = "0.5" %}
{% set version = "0.5.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sourcepredict-{{ version }}.tar.gz
sha256: d6eb89492b266c33fdf61121de849fdcdc1bdcd692227f559c63f74a9059d3ad
sha256: 6e3e5a418e73f55e6a518e53d5f28838bcdad6307e481d755ad907d2a76b74c9

build:
entry_points:
- sourcepredict= sourcepredict.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0
run_exports:
- {{ pin_subpackage('sourcepredict', max_pin="x.x") }}

requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- numpy <1.24.0
- numpy >=1.16.4
- pandas >=0.24.1
- scikit-learn >=0.20.1
- scikit-bio >=0.5.5
Expand All @@ -34,15 +37,15 @@ test:
imports:
- sourcepredict
commands:
- pip check
- sourcepredict --help
requires:
- pip

about:
home: https://github.com/maxibor/sourcepredict
summary: Classification and prediction of the origin of metagenomic samples
summary: "Classification and prediction of the origin of metagenomic samples."
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE
dev_url: https://github.com/maxibor/sourcepredict

extra:
recipe-maintainers:
Expand Down

0 comments on commit 4e78097

Please sign in to comment.