-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmeta.yaml
75 lines (68 loc) · 1.51 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{% set name = "pvlib" %}
{% set version = "0.11.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: pvlib-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pvlib/pvlib-{{ version }}.tar.gz
sha256: d02dbda515f2be54efd2e32839527c0f82e9f99028b460565facad068ac8574a
build:
number: 0
outputs:
- name: {{ name }}
build:
noarch: python
script: python -m pip install . --no-deps -vv
requirements:
host:
- numpy >=1.19.3
- pandas >=1.3.0
- pip
- python >=3.9
- pytz
- requests
- scipy >=1.6.0
- h5py
- numba >=0.17.0
- ephem
- statsmodels
- importlib-metadata
- setuptools_scm >=6.2
- setuptools >=61
run:
- numpy >=1.19.3
- pandas >=1.3.0
- pip
- python >=3.9
- pytz
- requests
- scipy >=1.6.0
- h5py
- numba >=0.17.0
- ephem
- statsmodels
- importlib-metadata
test:
imports:
- pvlib
- name: pvlib-python
build:
noarch: python
requirements:
run:
- {{ pin_subpackage(name, exact=True) }}
test:
imports:
- pvlib
about:
home: https://github.com/pvlib/pvlib-python
license: BSD-3-Clause
license_file: LICENSE
summary: A set functions and classes for simulating the performance of photovoltaic energy systems.
extra:
recipe-maintainers:
- wholmgren
- cwhanse
- mikofski
- kandersolar