-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
36 lines (31 loc) · 809 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{% set name = "clairvoyance" %}
{% set version = "2023.1.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
script: $PYTHON -m pip install --no-deps --ignore-installed .
source:
url: https://github.com/jolespin/clairvoyance/archive/refs/tags/v{{version}}.tar.gz
build:
noarch: python
number: 0
requirements:
build:
- python
run:
- python >=3.6
- numpy >=1.13
- scipy >=1.0
- pandas >=1.2.4
- xarray >=0.10.3
- scikit-learn >=1.0
- matplotlib >=2
- seaborn >=0.10.1
- tqdm >=4.19
- soothsayer_utils >=2022.2.9
about:
home: https://github.com/jolespin/clairvoyance
license: BSD-3
license_family: BSD
summary: 'Feature selection via recursive feature inclusion'
description: 'Feature selection via recursive feature inclusion'