-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
85 lines (71 loc) · 1.19 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
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
85
name: themap
channels:
- pytorch
- nvidia
- conda-forge
- dglteam/label/th23_cu118
dependencies:
- python ==3.10
- pip
- tqdm
# Scientific
- numpy
- pandas
- matplotlib
- seaborn
# Misc
- adjustText
- h5py
- cmake
- watermark
- pytz
- pydantic
# ML
- scikit-learn
- pytorch
- pytorch-cuda=11.8
- torchvision
- torchtext
- torchdata
- dgl
- dgllife >=0.3.2
- pytorch_geometric
# Chemistry
- rdkit
- datamol
- molfeat
# Doc
- mkdocs
- mkdocs-material >=7.1.1
- mkdocs-material-extensions
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter
- markdown-include
- mdx_truly_sane_lists
- nbconvert
- mike >=1.0.0
# Dev
- pytest >=6.0
- pytest-dotenv
- pytest-cov
- pytest-timeout
- pytest-xdist
- black >=22
- ruff
- jupyterlab
- nbconvert
- ipywidgets
- pip:
- chembl-webresource-client
- dpu-utils>=0.2.13
- biopython
- fair-esm
- pot
- pykeops
- git+https://github.com/jeanfeydy/geomloss
- opentsne
- munkres
- celluloid
- git+https://github.com/rossant/ipycache
#- git+https://github.com/HFooladi/otdd.git --install-option="--no-deps"