forked from xianqiangsun/openmm_orion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·48 lines (48 loc) · 1.18 KB
/
manifest.json
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
{
"build_requirements": {
"memory": 8192
},
"conda_channels": [
"anaconda",
"conda-forge",
"omnia/label/cuda100",
"omnia",
"OpenEye/label/Orion",
"plotly",
"jjdelany"
],
"conda_dependencies": [
"cerberus==1.1",
"cudatoolkit==10.0.130",
"h5py==2.9.0",
"hdbscan==0.8.26",
"orion_gromacs_gpu",
"matplotlib==3.2.1",
"mdtraj==1.9.3",
"networkx==2.3",
"numpy==1.18.5",
"oeommtools==0.1.14",
"openforcefield==0.6.0",
"openforcefields==1.2.0",
"openmm==7.4.2",
"openmoltools==0.8.7",
"packmol==18.169",
"parmed==3.2.0",
"pdbfixer==1.6",
"pip==18.0",
"plotly==4.5.0",
"plotly-orca==1.2.1",
"pymbar==3.0.3",
"pyyaml==3.13",
"pyparsing==2.3.0",
"scikit-learn==0.23.1",
"seaborn==0.10.1",
"smirnoff99frosst=1.1.0",
"tqdm==4.42.0"
],
"name": "OpenEye MD Floes",
"python_version": "3.7.7",
"requirements": "requirements_dev.txt",
"uuid": "8ad7e185-9b86-4112-a2e7-a367e5123e29",
"version": "2.0.0"
}