Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dapcy to 1.0.1 #51212

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions recipes/dapcy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "dapcy" %}
{% set version = "0.1.1" %}
{% set version = "1.0.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dapcy-{{ version }}.tar.gz
sha256: b62440ea8523f05597cd0a889b9eafb68192bd4e481048e859b772ac654ccb93
sha256: 056bd071a7f1089d8453d7fcde853baff77f86ca489869268c6ad2ae04810c71

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
run_exports:
- {{ pin_subpackage('dapcy', max_pin="x.x") }}
Expand All @@ -20,6 +20,7 @@ requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- bed-reader
Expand All @@ -29,7 +30,7 @@ requirements:
- pandas
- scikit-learn
- scipy
- seaborn
- seaborn-base
- sgkit
- aiohttp
- cyvcf2
Expand All @@ -39,16 +40,14 @@ requirements:
test:
imports:
- dapcy
commands:
- pip check
requires:
- pip

about:
home: https://gitlab.com/uhasselt-bioinfo/dapcy
summary: An sklearn implementation of discriminant analysis of principal components (DAPC) for population genetics
summary: "An sklearn implementation of discriminant analysis of principal components (DAPC) for population genetics."
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://gitlab.com/uhasselt-bioinfo/dapcy

extra:
recipe-maintainers:
Expand Down