"deploy/dynemo/api-server/tests/integration/fixtures/k8s.go" did not exist on "14ce7e03bedde2b7632fa526a01a187f4b374996"
environment.yml 796 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
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
23
24
25
  - bioconda::hmmer==3.3.2
  - bioconda::hhsuite==3.3.0
  - bioconda::kalign2==2.04
Karl Leswing's avatar
Karl Leswing committed
26
  - pip:
Matthew W. Thompson's avatar
Matthew W. Thompson committed
27
28
29
      - deepspeed==0.5.10  # can this be updated?
      - dm-tree==0.1.6  # 0.1.6 yanked from conda-forge - update?
      - ml-collections==0.1.0  # 0.1.1 is oldest available on conda-forge - update?
30
      - git+https://github.com/NVIDIA/dllogger.git
31
      - git+https://github.com/Dao-AILab/flash-attention.git@5b838a8