We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6139a commit 93c791bCopy full SHA for 93c791b
1 file changed
config.sh
@@ -109,11 +109,11 @@ pip install boto3==1.14.39
109
git clone https://github.com/theislab/scanpy.git
110
cd scanpy;git checkout 2ea9f836cec6e12a5cdd37bc4a229d4eadf59d37;cd ..
111
pip install scanpy/
112
-pip install jupyter_client
113
-pip install jupytext
114
-pip install nbconvert
+pip install jupyter_client==6.1.7
+pip install jupytext==1.6.0
+pip install nbconvert==5.6.1
115
pip install rpy2==3.3.5
116
-pip install pyarrow
+pip install pyarrow==1.0.1
117
118
# old versions
119
# pip install git+https://github.com/theislab/scanpy.git@split_show
0 commit comments