gatagat / lap

Linear Assignment Problem solver (LAPJV/LAPMOD).
BSD 2-Clause "Simplified" License
211 stars 66 forks source link

Fix install requirements declaration for alldeps #29

Closed fgmacedo closed 3 years ago

fgmacedo commented 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:

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.

fgmacedo commented 3 years ago

My bad, seems that the file is ok.