File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/setup-conda Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ runs:
1010 with :
1111 auto-activate-base : true
1212 activate-environment : " "
13-
13+
1414 - name : Setup envs
1515 run : |
1616 conda create -n umap_0.5.4 umap-learn=0.5.4 -c conda-forge -y
1717 conda create -n SeuratIntegrate_bbknn python scipy scanpy bbknn libtiff=4.5.1 -c conda-forge -c bioconda -y
1818 conda create -n SeuratIntegrate_scanorama python scanorama scipy libtiff=4.5.1 -c conda-forge -c bioconda -y
19- conda create -n SeuratIntegrate_scvi-tools python scipy scanpy 'scvi-tools>1.0' mkl mkl-include setuptools cmake libtiff=4.5.1 pip -c conda-forge
19+ conda create -n SeuratIntegrate_scvi-tools python scipy scanpy 'scvi-tools>1.0' 'lightning mkl>=2.3' mkl-include setuptools cmake libtiff=4.5.1 pip -c conda-forge
2020 conda activate SeuratIntegrate_scvi-tools
2121 pip install jaxlib==0.4.27
2222 conda deactivate
You can’t perform that action at this time.
0 commit comments