forked from datamol-io/graphium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yml
66 lines (57 loc) · 973 Bytes
/
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
channels:
- pytorch
- dglteam
- conda-forge
dependencies:
- python >=3.7
- pip
- click
- loguru
- omegaconf >=2.0.0
- tqdm
# scientific
- numpy
- scipy >=1.4
- pandas >=1.0
- scikit-learn
# viz
- matplotlib >=3.0.1
- seaborn
# cloud IO
- fsspec >=2021.6
- s3fs >=2021.6
- gcsfs >=2021.6
- appdirs
# ML packages
- nvidia::cudatoolkit # works also with CPU-only system.
- pytorch::pytorch >=1.7.0
- torchvision
- tensorboard
- pytorch-lightning >=1.4.0
- torchmetrics >=0.6.2
- dgl >=0.5.2
- hydra-core >=1.0
- ogb
# chemistry
- rdkit >=2020.09
- datamol >=0.3.4
- mordred
- umap-learn
# Dev
- pytest >=6.0
- pytest-cov
- black >=22
- jupyterlab
- ipywidgets
- anaconda-client
# Doc
- mkdocs
- mkdocs-material
- mkdocs-material-extensions
- mkdocstrings
- mkdocs-jupyter
- mkdocs-click
- markdown-include
# Releasing tools
- rever >=0.4.5
- conda-smithy