We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1ff15 commit c17bc36Copy full SHA for c17bc36
environment.yml
@@ -19,5 +19,6 @@ dependencies:
19
- conda-forge::astropy=5.1
20
- conda-forge::gitpython
21
- conda-forge::biotite=0.34
22
+ - conda-forge::scikit-learn=1.2.1
23
- bioconda::tmalign
24
- conda-forge::requests
requirements.txt
@@ -2,6 +2,7 @@ numpy==1.22
2
pandas==1.1
3
torch==1.12
4
scipy==1.9.1
5
+scikit-learn==1.2.1
6
transformers==4.11.3
7
pytorch-lightning==1.6.4
8
huggingface_hub
0 commit comments