environment.yml 745 Bytes
Newer Older
1
name: openfold-venv
Karl Leswing's avatar
Karl Leswing committed
2
3
4
5
6
channels:
  - conda-forge
  - bioconda
  - pytorch
dependencies:
Matthew W. Thompson's avatar
Matthew W. Thompson committed
7
  - python=3.9
8
  - libgcc=7.2
Matthew W. Thompson's avatar
Matthew W. Thompson committed
9
10
11
12
13
  - setuptools=59.5.0
  - pip
  - openmm=7.7
  - pdbfixer
  - cudatoolkit==11.3.*
14
  - pytorch-lightning==1.5.10
Matthew W. Thompson's avatar
Matthew W. Thompson committed
15
16
  - biopython==1.79
  - numpy==1.21
17
  - pandas==2.0
Matthew W. Thompson's avatar
Matthew W. Thompson committed
18
19
20
21
22
23
24
  - PyYAML==5.4.1
  - requests
  - scipy==1.7
  - tqdm==4.62.2
  - typing-extensions==3.10
  - wandb==0.12.21
  - modelcif==0.7
25
  - awscli
26
  - ml-collections
Jennifer Wei's avatar
Jennifer Wei committed
27
28
  - aria2
  - git
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
29
30
31
32
  - bioconda::hmmer==3.3.2
  - bioconda::hhsuite==3.3.0
  - bioconda::kalign2==2.04
  - pytorch::pytorch=1.12.*
Karl Leswing's avatar
Karl Leswing committed
33
  - pip:
34
      - deepspeed==0.12.4
Karl Leswing's avatar
Karl Leswing committed
35
      - dm-tree==0.1.6
36
      - git+https://github.com/NVIDIA/dllogger.git
37
      - git+https://github.com/Dao-AILab/flash-attention.git@5b838a8