forked from rubenvdvijver/PESViewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
58 lines (49 loc) · 1.28 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
{% set name = "pesviewer" %}
{% set version = "1.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/zadorlab/PESViewer/archive/{{ version }}.tar.gz
sha256: b466288c20ca417a520e128671a58e124381bed037353c7b3571e178eb16df3b
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
entry_points:
- pesviewer = pesviewer.pesviewer:main
requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- numpy >=1.19.0
- matplotlib
- networkx
- pillow
- rdkit
- openbabel
- pyvis
test:
imports:
- pesviewer
commands:
- pip check
requires:
- pip
about:
home: https://github.com/zadorlab/PESViewer
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Potential Energy Surface Visualizer"
description: |
PESViewer is a code to depict and analyze a potential energy surface
characterized by wells, bimolecular products, transition states and
barrierless reactions.
doc_url: https://github.com/zadorlab/PESViewer/wiki
dev_url: https://github.com/zadorlab/PESViewer
extra:
recipe-maintainers:
- juditzador