-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmeta.yaml
60 lines (53 loc) · 1.31 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
{% set name = "qha" %}
{% set version = "1.0.22" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/MineralsCloud/qha.git
git_rev: {{ version }}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 3cf75e90df43cbc15da884a810dc5f65c11b9b0ce7db06ee9a2bde285c822dbe
build:
noarch: python
number: 0
entry_points:
- qha = qha.cli:main
requirements:
host:
- pip
- python >=3.6
- numpy >=1.18,<1.22
run:
- lazy-property
- matplotlib
- mpmath
- numba
- numpy >=1.18,<1.22
- pandas
- python
- pyyaml
# - scientific-string
- scipy
# - text-stream
- python >=3.6
test:
imports:
- qha
- qha.basic_io
- qha.cli
- qha.multi_configurations
commands:
- qha --help
about:
home: https://github.com/MineralsCloud/qha
license: GPL-2.0-or-later
license_family: GPL3
license_file: LICENSE.txt
summary: A Python package for calculating thermodynamic properties under quasi-harmonic approximation, using data from ab-initio calculations
description: A powerful tool for quasi-harmonic approximation
doc_url: https://mineralscloud.github.io/qha/
dev_url: https://github.com/MineralsCloud/qha
extra:
recipe-maintainers:
- singularitti