environment.yml 673 Bytes
Newer Older
1
name: openfold-venv
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:
Matthew W. Thompson's avatar
Matthew W. Thompson committed
8
  - python=3.9
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
  - pytorch-lightning
Matthew W. Thompson's avatar
Matthew W. Thompson committed
15
  - biopython==1.79
16
17
  - numpy
  - pandas
Matthew W. Thompson's avatar
Matthew W. Thompson committed
18
19
  - PyYAML==5.4.1
  - requests
20
  - scipy
Matthew W. Thompson's avatar
Matthew W. Thompson committed
21
  - tqdm==4.62.2
22
23
  - typing-extensions
  - wandb
Matthew W. Thompson's avatar
Matthew W. Thompson committed
24
  - 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
  - bioconda::hmmer==3.3.2
  - bioconda::hhsuite==3.3.0
  - bioconda::kalign2==2.04
32
33
  - pytorch::pytorch=2.1
  - pytorch::pytorch-cuda=12.1
Karl Leswing's avatar
Karl Leswing committed
34
  - pip:
35
      - deepspeed==0.12.4
Karl Leswing's avatar
Karl Leswing committed
36
      - dm-tree==0.1.6
37
      - git+https://github.com/NVIDIA/dllogger.git
38
      - flash-attn