We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da38108 commit 252fda1Copy full SHA for 252fda1
requirements-install.sh
@@ -5,7 +5,7 @@ if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
5
exit 1
6
fi
7
8
-pip install -U setuptools pip==6.0.7
+pip install pip==6.1.0
9
10
pip install -U -r requirements-test.txt
11
0 commit comments