environment.yml 763 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
12
  - conda-forge::cudatoolkit==11.3.*
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
13
14
15
16
  - 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
17
18
  - pip:
      - biopython==1.79
19
      - deepspeed==0.5.10
Karl Leswing's avatar
Karl Leswing committed
20
21
22
23
24
25
26
27
      - 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
28
      - pytorch_lightning==1.5.10
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
29
      - wandb==0.12.21
30
      - modelcif==0.7
31
      - git+https://github.com/NVIDIA/dllogger.git