Skip to content

Commit c17bc36

Browse files
committed
Add sklearn requirement (for MDS)
1 parent 5b1ff15 commit c17bc36

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ dependencies:
1919
- conda-forge::astropy=5.1
2020
- conda-forge::gitpython
2121
- conda-forge::biotite=0.34
22+
- conda-forge::scikit-learn=1.2.1
2223
- bioconda::tmalign
2324
- conda-forge::requests

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ numpy==1.22
22
pandas==1.1
33
torch==1.12
44
scipy==1.9.1
5+
scikit-learn==1.2.1
56
transformers==4.11.3
67
pytorch-lightning==1.6.4
78
huggingface_hub

0 commit comments

Comments
 (0)