Skip to content

Commit 158a066

Browse files
committed
test
1 parent 10ccd0c commit 158a066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ runs:
1414
- name: Setup envs
1515
run: |
1616
conda create -n umap_0.5.4 umap-learn=0.5.4 -c conda-forge -y
17-
conda create -n SeuratIntegrate_bbknn python scipy scanpy bbknn libtiff=4.5.1 -c conda-forge -c bioconda -y
18-
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>=2.3' mkl mkl-include setuptools cmake libtiff=4.5.1 pip -c conda-forge
17+
conda create -n SeuratIntegrate_bbknn python scipy scanpy bbknn -c conda-forge -c bioconda -y
18+
conda create -n SeuratIntegrate_scanorama python scanorama scipy -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 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)