Skip to content

Commit

Permalink
Merge pull request #11192 from AndLen/gbquality
Browse files Browse the repository at this point in the history
Adding gbquality
  • Loading branch information
synapticarbors committed Apr 3, 2020
2 parents 3e5fb50 + 966ad6b commit 957dc1e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions recipes/gbquality/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set name = "gbquality" %}
{% set version = "0.11" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: dac25703bff5c993091c30c4c53f4d2c61e83d1a9b24fe2f2c3d267857b3a966

build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
noarch: python

requirements:
host:
- pip
- python >=3.4
run:
- numpy
- python >=3.4
- scikit-learn
- scipy

test:
imports:
- gbquality

about:
home: "https://github.com/AndLen/gbquality"
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: "Python translation of the original MATLAB code for the GB measure."
dev_url: https://github.com/AndLen/gbquality

extra:
recipe-maintainers:
- AndLen

0 comments on commit 957dc1e

Please sign in to comment.