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.*
- pytorch=1.12.*
- pytorch_lightning==1.5.10
- 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
- bioconda::hmmer==3.3.2 - bioconda::hmmer==3.3.2
- bioconda::hhsuite==3.3.0 - bioconda::hhsuite==3.3.0
- bioconda::kalign2==2.04 - bioconda::kalign2==2.04
- pytorch::pytorch=1.12.*
- pip: - pip:
- biopython==1.79 - deepspeed==0.5.10 # can this be updated?
- deepspeed==0.5.10 - dm-tree==0.1.6 # 0.1.6 yanked from conda-forge - update?
- dm-tree==0.1.6 - ml-collections==0.1.0 # 0.1.1 is oldest available on conda-forge - update?
- 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
- pytorch_lightning==1.5.10
- wandb==0.12.21
- modelcif==0.7
- 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