forked from openpathsampling/openpathsampling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.yaml
84 lines (72 loc) · 1.89 KB
/
setup.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
73
74
75
76
77
78
79
80
81
82
83
84
name: openpathsampling
version: 0.9.2
authors:
- David W.H. Swenson
- Jan-Hendrik Prinz
- John D. Chodera
- Peter Bolhuis
emails:
description: 'OpenPathSampling: A python package to do path sampling simulations'
long_description: |
OpenPathSampling (http://github.com/choderalab/openpathsampling) is a
python library to do transition interface sampling.
classifiers: |
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General
Public License v2.1 or later (LGPLv2.1+)
Programming Language :: C
Programming Language :: Python
Programming Language :: Python :: 2
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
download_url: http://github.com/openpathsampling/openpathsampling
url: http://www.openpathsampling.org
package_data:
openpathsampling:
- openpathsampling/css/*.css
packages:
- openpathsampling
- openpathsampling.storage
- openpathsampling.storage.stores
- openpathsampling.tests
- openpathsampling.analysis
- openpathsampling.high_level
- openpathsampling.numerics
- openpathsampling.netcdfplus
- openpathsampling.engines
- openpathsampling.engines.features
- openpathsampling.engines.openmm
- openpathsampling.engines.openmm.features
- openpathsampling.engines.toy
- openpathsampling.engines.toy.features
platforms:
- Linux
- Mac OS X
- Windows
released: false
requires:
- python
- numpy
- scipy
- pandas
- jupyter
- netcdf4
- openmm
- openmmtools
- mdtraj
- svgwrite
- networkx
- matplotlib
- ujson
license: LGPL 2.1 or later
license_file: LICENSE