-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
56 lines (44 loc) · 1.14 KB
/
environment.yml
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
name: asap-ml-streamlit
channels:
- conda-forge
- openeye
dependencies:
# Base depends
- python <3.11
- pip
- streamlit
- rdkit
- pydantic<2.0a0
- biopython
- schedule
- openeye-toolkits
# ml
- pytorch
- pytorch_geometric >=2.5.0
- pytorch_cluster
- pytorch_scatter
- pytorch_sparse
- numpy
- h5py
- e3nn
- dgl
- dgllife
- pooch
- mtenn >=0.5.1
- wandb
- semver
# other asapdiscovery deps
- distributed
- dask
- netifaces
- boto3
- pandas
- pytest
# Pip-only installs
- pip:
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-alchemy&subdirectory=asapdiscovery-alchemy
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-data&subdirectory=asapdiscovery-data
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-modeling&subdirectory=asapdiscovery-modeling
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-docking&subdirectory=asapdiscovery-docking
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-ml&subdirectory=asapdiscovery-ml
- streamlit-ketcher