Skip to content

Commit 93c791b

Browse files
committed
specify the python package versions to be installed
1 parent 0e6139a commit 93c791b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ pip install boto3==1.14.39
109109
git clone https://github.com/theislab/scanpy.git
110110
cd scanpy;git checkout 2ea9f836cec6e12a5cdd37bc4a229d4eadf59d37;cd ..
111111
pip install scanpy/
112-
pip install jupyter_client
113-
pip install jupytext
114-
pip install nbconvert
112+
pip install jupyter_client==6.1.7
113+
pip install jupytext==1.6.0
114+
pip install nbconvert==5.6.1
115115
pip install rpy2==3.3.5
116-
pip install pyarrow
116+
pip install pyarrow==1.0.1
117117

118118
# old versions
119119
# pip install git+https://github.com/theislab/scanpy.git@split_show

0 commit comments

Comments
 (0)