django - Python package always trying to install latest version of requirement -


i'm developing application based on django==1.7.x.

the problem have setup.py of 1 of dependencies (let's call foo) specifies django>=1.3 1 of requirements, when such foo being installed, tries install latest version of django, of 1.8.3.

i thought when specifying dependencies package>=min_version in setup.py file, pip see package installed, installed version suffies minimum required version , respect installation of package.

why pip trying install latest version? , how can force respect current installed version?

update: fyi, i'm using pip==7.1.0

update: happens when installing manually, pip install foo==x.y. when dependency in requirements file , installed via pip install -r requirements.txt, installed versions of required packages respected pip.

thanks!


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -