-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconda_env.yml
More file actions
47 lines (46 loc) · 803 Bytes
/
conda_env.yml
File metadata and controls
47 lines (46 loc) · 803 Bytes
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
name: cluster-ga
channels:
- pytorch
- conda-forge
- pyg
- defaults
dependencies:
- python=3.9.*
- numpy==1.20
- numba
- openblas
- scalapack
- jupyter
- cmake
- mkl
- mkl-include
- nbconvert
- ipykernel
- ase==3.21
- scipy
- dask
- dask-kubernetes
- deap
- pyg=2.1.0
- pytorch=1.11.0
- pip
- pre-commit
- pyg=2.1.0
- pymatgen=2020.12.31
- pytest
- python-lmdb
- pyyaml
- setuptools=59.5.0
- sphinx
- submitit
- tensorboard
- tqdm
- wandb
- compilers
- pip:
- -e ./ocp
- -e ./finetuna
- git+https://github.com/ulissigroup/cluster_mlp.git
- git+https://github.com/ulissigroup/vasp-interactive.git
- mir_flare==0.2.4
- git+https://github.com/mir-group/flare_pp.git@6aeb1dc84a574e5e0db8a2fedff89624e9ffbb19