gatagat / lap

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

Fix wheel build #46

Open vlad-nn opened 1 year ago

vlad-nn commented 1 year ago

Now you can build lap wheel normal way (not only in editable mode) and deploy it to PyPI.

vlad-nn commented 1 year ago

@gatagat , looks like this PR resolves both build and install dependencies on numpy. It also elimiminates the need to import lap from setup.py, which produced wheel build error.

vlad-nn commented 1 year ago

For some reason APPVEYOR build fails on Python 3.8 configuration with scipy compilation errors.