-
Notifications
You must be signed in to change notification settings - Fork 5
/
meta.yaml
57 lines (50 loc) · 973 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
47
48
49
50
51
52
53
54
55
56
57
{% set name = "mdsapt" %}
{% set version = "2.0.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: .
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- psi4 =>1.9.1
- mdanalysis >=2.7.0
- rdkit >=2023.09.5
- openmm >=8.1.1
- pdbfixer >=1.9
- numpy
- click
- pandas
- pyarrow # needed for pandas
- pyyaml
test:
source_files:
- mdsapt
requires:
- pip
- pytest
- nglview
- notebook
commands:
- pip check
- pytest -p no:warnings -vvv mdsapt
about:
home: https://github.com/calpolyccg/MDSAPT
license: GPL-3.0-or-later
license_file: LICENSE
license_family: GPL3
summary: SAPT Calculations for MDAnalysis
doc_url: https://mdsapt.readthedocs.io/
dev_url: https://github.com/calpolyccg/MDSAPT
extra:
recipe-maintainers:
- ALescoulie
- ifd3f