Skip to content

Commit

Permalink
Merge pull request conda-forge#28152 from martinRenou/add_wpcad
Browse files Browse the repository at this point in the history
Add wpca
  • Loading branch information
SylvainCorlay authored Nov 12, 2024
2 parents 3ecb930 + eac8c4d commit 6084c93
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/wpca/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "wpca" %}
{% set version = "0.1" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/wpca-{{ version }}.tar.gz
sha256: f5fa0b5756e0d3cc52c2c3166aec65630d3a31236c772145b6df225738a25652

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

requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python {{ python_min }}
- numpy
- scipy
- scikit-learn

test:
imports:
- wpca
commands:
- pip check
requires:
- pip

about:
home: http://github.com/jakevdp/wpca/
summary: Weighted Principal Component Analysis
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- martinRenou

0 comments on commit 6084c93

Please sign in to comment.