environment.yml 604 Bytes
Newer Older
1
name: openfold-env 
Karl Leswing's avatar
Karl Leswing committed
2
3
4
5
channels:
  - conda-forge
  - bioconda
  - pytorch
6
  - nvidia 
Karl Leswing's avatar
Karl Leswing committed
7
dependencies:
8
  - python=3.10
9
  - libgcc=7.2
Matthew W. Thompson's avatar
Matthew W. Thompson committed
10
11
12
13
  - setuptools=59.5.0
  - pip
  - openmm=7.7
  - pdbfixer
14
15
16
17
  - pytorch-lightning
  - biopython
  - numpy
  - pandas
Jennifer Wei's avatar
Jennifer Wei committed
18
19
  - PyYAML
  - pytorch
Matthew W. Thompson's avatar
Matthew W. Thompson committed
20
  - requests
21
  - scipy
Jennifer Wei's avatar
Jennifer Wei committed
22
  - tqdm
23
  - typing-extensions
24
  - wandb
Matthew W. Thompson's avatar
Matthew W. Thompson committed
25
  - modelcif==0.7
26
  - awscli
27
  - ml-collections
Jennifer Wei's avatar
Jennifer Wei committed
28
  - aria2
jnwei's avatar
jnwei committed
29
  - mkl=2024.0
Jennifer Wei's avatar
Jennifer Wei committed
30
  - git
31
32
33
  - bioconda::hmmer
  - bioconda::hhsuite
  - bioconda::kalign2
Karl Leswing's avatar
Karl Leswing committed
34
  - pip:
Jennifer Wei's avatar
Jennifer Wei committed
35
      - deepspeed==0.14.5
Karl Leswing's avatar
Karl Leswing committed
36
      - dm-tree==0.1.6
37
      - git+https://github.com/NVIDIA/dllogger.git
38
      - flash-attn