forked from chasmani/piecewise-regression
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
46 lines (38 loc) · 855 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
37
38
39
40
41
42
43
44
45
46
{% set name = "piecewise-regression" %}
{% set version = "1.0.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/piecewise-regression-{{ version }}.tar.gz
sha256: 73541954c71253cbe6bdc0b768a27408df649bd6786ee6676cb30fe1290085b6
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.6
run:
- matplotlib-base
- numpy
- python >=3.6
- scipy
- statsmodels
test:
imports:
- piecewise_regression
- tests
commands:
- pip check
requires:
- pip
about:
home: https://github.com/chasmani/piecewise-regression
summary: piecewise (segmented) regression in python
license: MIT
license_file: LICENSE.txt
extra:
recipe-maintainers:
- chasmani