Skip to content

Commit 22fe519

Browse files
author
Baohong Zhang
committed
Check versions of key modules
1 parent c930e77 commit 22fe519

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def VIP():
126126
#pip install scanpy/
127127

128128
pip install scanpy==1.6.1
129+
if [ $(python -c 'import scanpy; print(scanpy.__version__)') != "1.6.1" ]; then pip install scanpy==1.6.1; fi
129130

130131
cd cellxgene
131132
make pydist
@@ -159,3 +160,5 @@ echo -e "\nls -l $strweb\n"
159160
ls -l $strweb
160161

161162
export LIBARROW_MINIMAL=false
163+
if [ $(python -c 'import nbconvert; print(nbconvert.__version__)') != "5.6.1" ]; then pip install nbconvert==5.6.1; fi
164+

0 commit comments

Comments
 (0)