We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc8763 commit 80a44d0Copy full SHA for 80a44d0
requirements/pip.sh
@@ -6,10 +6,6 @@
6
DIR=${BASH_SOURCE[0]%/*}
7
PACKAGES=( "$@" )
8
9
-# Force using a older version of pip that allows using URL deps in
10
-# pyproject.toml build-system.requires.
11
-pip install -U 'pip<20'
12
-
13
# Try installing the latest build/runtime deps once, if they don't exist
14
# install directly from the git.
15
INSTALLED="${VIRTUAL_ENV}"/.installed_deps
0 commit comments