Commit 0c2d455e authored by Jennifer Wei's avatar Jennifer Wei
Browse files

fix environment to support tests

parent ab4a2459
...@@ -6,7 +6,6 @@ channels: ...@@ -6,7 +6,6 @@ channels:
- nvidia - nvidia
dependencies: dependencies:
- python=3.10 - python=3.10
- libgcc=7.2
- setuptools=59.5.0 - setuptools=59.5.0
- pip - pip
- openmm=7.7 - openmm=7.7
...@@ -16,7 +15,6 @@ dependencies: ...@@ -16,7 +15,6 @@ dependencies:
- numpy - numpy
- pandas - pandas
- PyYAML - PyYAML
- pytorch
- requests - requests
- scipy - scipy
- tqdm - tqdm
...@@ -26,11 +24,13 @@ dependencies: ...@@ -26,11 +24,13 @@ dependencies:
- awscli - awscli
- ml-collections - ml-collections
- aria2 - aria2
- mkl=2024.0 - mkl
- git - git
- bioconda::hmmer - bioconda::hmmer
- bioconda::hhsuite - bioconda::hhsuite
- bioconda::kalign2 - bioconda::kalign2
- pytorch::pytorch=2.5
- pytorch::pytorch-cuda=12.4
- pip: - pip:
- deepspeed==0.14.5 - deepspeed==0.14.5
- dm-tree==0.1.6 - dm-tree==0.1.6
......
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