environment.yml 841 Bytes
Newer Older
Karl Leswing's avatar
Karl Leswing committed
1
2
3
4
5
6
name: openfold_venv
channels:
  - conda-forge
  - bioconda
  - pytorch
dependencies:
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
7
8
9
10
11
  - conda-forge::python=3.7
  - conda-forge::setuptools=59.5.0
  - conda-forge::pip
  - conda-forge::openmm=7.5.1
  - conda-forge::pdbfixer
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
12
13
  - conda-forge::cudatoolkit==11.*
  - conda-forge::cudatoolkit-dev==11.*
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
14
15
16
17
  - 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
18
19
  - pip:
      - biopython==1.79
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
20
      - deepspeed==0.5.9
Karl Leswing's avatar
Karl Leswing committed
21
22
23
24
25
26
27
28
      - dm-tree==0.1.6
      - ml-collections==0.1.0
      - numpy==1.21.2
      - PyYAML==5.4.1
      - requests==2.26.0
      - scipy==1.7.1
      - tqdm==4.62.2
      - typing-extensions==3.10.0.2
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
29
      - pytorch_lightning==1.5.10
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
30
31
      - wandb==0.12.21
      - git+https://github.com/HazyResearch/flash-attention.git
32
      - git+https://github.com/NVIDIA/dllogger.git