forked from datamol-io/molfeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.yml
76 lines (67 loc) · 1.1 KB
/
env.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
channels:
- conda-forge
- dglteam
dependencies:
- python >=3.8
- pip
- tqdm
- pyyaml
- loguru
- joblib
- filelock
- fsspec >=2021.9
- s3fs >=2021.9
- gcsfs >=2021.9
# EN: google auth is broken
- google-auth >=2.13.0
- platformdirs
# Scientific
- pandas
- numpy
- scipy
- h5py
- pyarrow
- matplotlib
- pydantic >=2.0.0
# Chemistry
- datamol >=0.8.0
- rdkit >=2021.09
- pmapper
# ML
- pytorch =1.12
- scikit-learn
- fcd_torch
# Optional: featurizers
- dgl
- dgllife
- graphormer-pretrained >=0.2.3
- transformers
- tokenizers <0.13.2
- sentencepiece
- biotite # required for ESM models
# Optional: viz
- nglview
- ipywidgets
# Dev
- pytest >=6.0
- pytest-dotenv
- pytest-cov
- pytest-timeout
- pytest-xdist
- black >=22
- jupyterlab
- nbconvert
# Doc
- mkdocs
- mkdocs-material >=7.1.1
- mkdocs-material-extensions
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter
- markdown-include
- mdx_truly_sane_lists
- mike >=1.0.0
# EN: consider using poetry
- twine
- build
- setuptools-scm