Commit 6bf5c8ce authored by Matthew W. Thompson's avatar Matthew W. Thompson
Browse files

Update environment YAML

parent 2300f672
...@@ -2,30 +2,30 @@ name: openfold_venv ...@@ -2,30 +2,30 @@ name: openfold_venv
channels: channels:
- conda-forge - conda-forge
- bioconda - bioconda
- pytorch
dependencies: dependencies:
- conda-forge::python=3.9 - python=3.9
- conda-forge::setuptools=59.5.0 - setuptools=59.5.0
- conda-forge::pip - pip
- conda-forge::openmm=7.5.1 - openmm=7.7
- conda-forge::pdbfixer - pdbfixer
- conda-forge::cudatoolkit==11.3.* - cudatoolkit==11.3.*
- bioconda::hmmer==3.3.2 - pytorch=1.12.*
- bioconda::hhsuite==3.3.0 - pytorch_lightning==1.5.10
- bioconda::kalign2==2.04
- pytorch::pytorch=1.12.*
- pip:
- biopython==1.79 - biopython==1.79
- deepspeed==0.5.10 - numpy==1.21
- dm-tree==0.1.6
- ml-collections==0.1.0
- numpy==1.21.2
- PyYAML==5.4.1 - PyYAML==5.4.1
- requests==2.26.0 - requests
- scipy==1.7.1 - scipy==1.7
- tqdm==4.62.2 - tqdm==4.62.2
- typing-extensions==3.10.0.2 - typing-extensions==3.10
- pytorch_lightning==1.5.10
- wandb==0.12.21 - wandb==0.12.21
- modelcif==0.7 - modelcif==0.7
- bioconda::hmmer==3.3.2
- bioconda::hhsuite==3.3.0
- bioconda::kalign2==2.04
- pip:
- 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?
- git+https://github.com/NVIDIA/dllogger.git - git+https://github.com/NVIDIA/dllogger.git
- git+https://github.com/Dao-AILab/flash-attention.git@5b838a8bef
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment