-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmeta.yaml
54 lines (49 loc) · 881 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
package:
name: torsionfit-dev
version: 0.0.0
source:
path: ../../
requirements:
build:
- python
- setuptools
- numpy
- pymc
- cclib
- openmm
- parmed
- pandas
- mdtraj
- netcdf4
- matplotlib
- pymbar
- openmoltools
- yaml
run:
- python
- numpy
- pymc
- cclib
- openmm
- parmed
- pandas
- mdtraj
- netcdf4
- matplotlib
- pymbar
- libgfortran ==1.0.0 [linux]
- openmoltools
- yaml
- pyyaml
test:
requires:
- nose
- nose-timer
imports:
- torsionfit
#commands:
# - nosetests -vv --nocapture --with-timer torsionfit
about:
home: http://github.com/choderalab/torsionfit
license: GNU Lesser General Public License v2 or later (LGPLv2+)
summary: A toolkit for Bayesian torsion parameterization for molecular mechanics forcefields.