-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathenvironment.yml
More file actions
49 lines (49 loc) · 1.16 KB
/
environment.yml
File metadata and controls
49 lines (49 loc) · 1.16 KB
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
name: adjoint_sampling
channels:
- nvidia
- pytorch
- conda-forge
dependencies:
- python>=3.10
- pytorch::pytorch==2.4.0
- pytorch::pytorch-cuda=12.1
# - matplotlib # we cannot depend on matplotlib explicitly, it works implicitly
- jupyter
- pip
- ase
- numpy>=1.26.0,<2.0.0
- scipy
- scikit-learn
- tqdm
# - rdkit>=2024.3.6 # this version (potentially or above) is required!! (earlier, maybe all) 2023 versions do not work
- conda-forge::rdkit=2024
- openbabel=3.1.1
- pyyaml
- seaborn
- dxtb
- mctc-lib
- torchmetrics
- pip:
- joblib
- submitit
- pre-commit
- black==22.6.0
- usort==1.0.4
- ufmt==2.3.0
- flake8==7.0.0
- hydra-core
- hydra-submitit-launcher
- rmsd
- pytorch_warmup
- e3nn==0.5.1
- fairchem-core==1.10.0
- huggingface_hub>=0.27.1
- -e .
# from here below, we use find-links
- --find-links https://data.pyg.org/whl/torch-2.4.0+cu121.html
- torch_cluster==1.6.3+pt24cu121
- torch_geometric==2.5.3
- pyg-lib==0.4.0+pt24cu121
- torch_scatter==2.1.2+pt24cu121
- torch_sparse==0.6.18+pt24cu121
- torch_spline_conv==1.2.2+pt24cu121