Skip to content

Python 1.0.2

Choose a tag to compare

@JonathanZhu11 JonathanZhu11 released this 07 Aug 23:23
53f42ab

There are 2 bug fixes in this PR:

  • pip moved away from holding pep425tags in their codebase in pip version 20+, so we just import from wheel instead.

  • The way we resolved requirement specs was not the most robust. We can just use pkg_resources's Requirement class functionality instead of writing our own. In particular, our original implementation did not work with "~=".