-
Notifications
You must be signed in to change notification settings - Fork 13
/
meta.yaml
72 lines (65 loc) · 1.54 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
package:
name: protons-dev
version: !!str 0.0.1a7
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python ==3.6
- openmm <7.3
- numpy >=1.10
- scipy >=0.17.0
- mdtraj # For extracting trajectory parts
- netcdf4 >=1.2.4
- hdf4 >4.2.11 # Pinned because of issue with netcdf4
- openmmtools >=0.9.3,<=0.16.0
- ambermini >=15.0.4
- parmed <=2.7.3
- joblib
- lxml
- openeye-toolkits
- pymbar
- seaborn
- matplotlib
- pandas
- saltswap >=0.5.2 # for counterion coupling
- beautifulsoup4 # for deserialization of html tables
- networkx # matching protonation state structures
- tqdm # progress bar in scripts
- pyyaml # parsing json/yaml in scripts
run:
- python ==3.6
- openmm <7.3
- numpy >=1.10
- scipy >=0.17.0
- mdtraj # For extracting trajectory parts
- netcdf4 >=1.2.4
- hdf4 >4.2.11 # Pinned because of issue with netcdf4
- openmmtools >=0.9.3,<=0.16.0
- ambermini >=15.0.4
- parmed <=2.7.3
- joblib
- openeye-toolkits
- lxml
- pymbar
- seaborn
- matplotlib
- pandas
- saltswap >=0.5.2 # for counterion coupling
- beautifulsoup4 # for deserialization of html tables
- networkx # matching protonation state structures
- tqdm # progress bar in scripts
- pyyaml # parsing json/yaml in scripts
test:
requires:
- pytest
- pytest-runner
- pytest-cov
- behave
imports:
- protons
about:
home: https://github.com/choderalab/protons