From 93c791bc12a9d3ddb55f446cd5d42cefdf181455 Mon Sep 17 00:00:00 2001 From: z5ouyang Date: Fri, 2 Oct 2020 18:06:59 -0500 Subject: [PATCH] specify the python package versions to be installed --- config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.sh b/config.sh index b0ae393..fe4701f 100755 --- a/config.sh +++ b/config.sh @@ -109,11 +109,11 @@ pip install boto3==1.14.39 git clone https://github.com/theislab/scanpy.git cd scanpy;git checkout 2ea9f836cec6e12a5cdd37bc4a229d4eadf59d37;cd .. pip install scanpy/ -pip install jupyter_client -pip install jupytext -pip install nbconvert +pip install jupyter_client==6.1.7 +pip install jupytext==1.6.0 +pip install nbconvert==5.6.1 pip install rpy2==3.3.5 -pip install pyarrow +pip install pyarrow==1.0.1 # old versions # pip install git+https://github.com/theislab/scanpy.git@split_show