Skip to content

Commit 7d4cb5b

Browse files
committed
Found additional pip versions that are broken. Limiting pip to 9.0.1 for now.
- Legacy-Id: 15003
1 parent d84b06f commit 7d4cb5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ patch>=1.16,<2.0
3535
pathlib>=1.0
3636
pathlib2>=2.3.0
3737
Pillow>=3.0
38-
pip>=9.0.1,!=9.0.2,!=9.0.3 # Earlier pip has issues, 9.0.2 and 9.0.3 leaves dross when down- and up-grading packages
38+
pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
3939
pyang>=1.7.2,<2.0
4040
pyflakes>=0.9.2
4141
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency

0 commit comments

Comments
 (0)