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