Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wheel build #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix wheel build #46

wants to merge 3 commits into from

Conversation

vlad-nn
Copy link

@vlad-nn vlad-nn commented Apr 12, 2023

  • Added build dependencies into pyproject.toml
  • Added runtime dependencies to install_requires
  • Moved lap version info into lap/version.py so it will be available in setup.py without importing lap
  • Removed import lap form setup.py
  • Removed __LAP_SETUP__ logic because it is not needed anymore

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

@vlad-nn
Copy link
Author

vlad-nn commented Apr 14, 2023

@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
Copy link
Author

vlad-nn commented Apr 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants