We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3199f0 commit 0cda933Copy full SHA for 0cda933
singularity/build/scripts/singularity-prepare-instance.sh
@@ -25,7 +25,7 @@ sudo apt-get -y install git \
25
26
# Pip3 installs
27
sudo pip3 install --upgrade pip &&
28
-sudo pip3 install pandas==0.20.3 &&
+sudo pip3 install pandas &&
29
sudo pip3 install --upgrade google-api-python-client &&
30
sudo pip3 install --upgrade google &&
31
sudo pip3 install oauth2client==3.0.0
0 commit comments