Why did pip upgrade from version 10 to version 18?

后端 未结 1 1591
我在风中等你
我在风中等你 2021-02-11 11:58

while running a pip install script I get the following warning:

 You are using pip version 10.0.1, however version 18.0 is available
1条回答
  •  别那么骄傲
    2021-02-11 12:29

    First point in the release notes:

    • Switch to a Calendar based versioning scheme.

    https://pip.pypa.io/en/stable/news/

    More about calendar versioning: https://calver.org/

    0 讨论(0)
提交回复
热议问题