Skip to content

Commit

Permalink
Add comment about why pip is pinned at that version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsca committed Aug 19, 2019
1 parent 20c5571 commit 5042aad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wheelhouse.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pip is pinned to <19.0 to avoid https://github.com/pypa/pip/issues/6164
# even with installing setuptools before upgrading pip ends up with pip seeing
# the older setuptools at the system level if include_system_packages is true
pip>=18.1,<19.0
setuptools<42
setuptools-scm<=1.17.0
Expand Down

0 comments on commit 5042aad

Please sign in to comment.