Closed
Description
Some packages, like scipy, depend on packages already being installed on your system. In scipy's case, its numpy.
I tried making piptool respect the order of requirements.txt
, but it wasn't enough, because the scipy wheel won't build unless numpy is already installed.
Maybe we need a deps
attribute in pip_import
?