Skip to content

Commit 10ccd0c

Browse files
committed
test
1 parent c265816 commit 10ccd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-conda/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
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' 'lightning mkl>=2.3' 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>=2.3' mkl 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

0 commit comments

Comments
 (0)