Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I pip install the latest patch number of a package?

Tags:

How do I pip install the latest patch number version of a package within a major-minor release. So let's say I want the latest patch release of 1.10 so if there's 1.10.8, 1.10.9, 1.11.3 available, I want to get 1.10.9.

clarification: I don't want to install a specific package, I want to install the latest package within a range. Above I want the latest package within the 1.10.0 <= x < 1.11.0 range