Skip to content

Commit 80a44d0

Browse files
committed
requirements/pip.sh: drop forced pip downgrade
All URL deps should have been updated to work with newer pip versions.
1 parent ebc8763 commit 80a44d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

requirements/pip.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
DIR=${BASH_SOURCE[0]%/*}
77
PACKAGES=( "$@" )
88

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-
139
# Try installing the latest build/runtime deps once, if they don't exist
1410
# install directly from the git.
1511
INSTALLED="${VIRTUAL_ENV}"/.installed_deps

0 commit comments

Comments
 (0)