Closed fgmacedo closed 3 years ago
As specified in declaring-required-dependency.
I'm trying to install this lib using poetry.
My pyproject.yml has two direct dependencies:
pyproject.yml
numpy = "1.18.4" lap = "0.4.0"
But since lap also needs numpy, there's no way to poetry to resolve dependencies without the lap mentioning that numpy is a install dependency.
lap
numpy
My bad, seems that the file is ok.
As specified in declaring-required-dependency.
I'm trying to install this lib using poetry.
My
pyproject.yml
has two direct dependencies:But since
lap
also needsnumpy
, there's no way to poetry to resolve dependencies without thelap
mentioning thatnumpy
is a install dependency.