-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmeta.yaml
55 lines (48 loc) · 1.06 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
{% set version = "3.0.7" %}
#{% set sha256 = "77520850ae21620ec31738f4a7b467acaa44de6d3752d8ac7a9f4dcf55d77853" %}
package:
name: mutovis-analysis
version: "{{ version }}"
source:
path: .
#url: https://github.com/mutovis/analysis-software/archive/v{{ version }}.tar.gz
#sha256: "{{ sha256 }}"
requirements:
host:
- python >=3.4
- setuptools
run:
- python >=3.4
- h5py
- numpy
- scipy
- sympy
- matplotlib
- mpmath
- gmpy2
- dill
- lmfit
- uncertainties
- python.app # [osx]
- pyqt
- packaging
build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
noarch: python
entry_points:
- mutovis-analysis = batch_iv_analysis.__main__:main
osx_is_app: True
test:
imports:
- batch_iv_analysis
app:
entry: mutovis-analysis
icon: misc/icon.png
summary: Solar cell I-V data fitter
type: desk
about:
home: https://github.com/mutovis/analysis-software
license: GPL-3.0
license_file: LICENSE
summary: Solar cell I-V data fitter