diff --git a/recipes/dapcy/meta.yaml b/recipes/dapcy/meta.yaml index 42b3650aeadb4..36e07f1d35ced 100644 --- a/recipes/dapcy/meta.yaml +++ b/recipes/dapcy/meta.yaml @@ -1,5 +1,5 @@ {% set name = "dapcy" %} -{% set version = "0.1.1" %} +{% set version = "1.0.1" %} package: name: {{ name|lower }} @@ -7,11 +7,11 @@ package: 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") }} @@ -20,6 +20,7 @@ requirements: host: - python >=3.6 - pip + - setuptools run: - python >=3.6 - bed-reader @@ -29,7 +30,7 @@ requirements: - pandas - scikit-learn - scipy - - seaborn + - seaborn-base - sgkit - aiohttp - cyvcf2 @@ -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: