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

Start building Wheels alongside sdist #221

Closed
wants to merge 6 commits into from

Conversation

OliRafa
Copy link
Contributor

@OliRafa OliRafa commented Nov 19, 2021

This PR adds more information on how to start building wheels alongside sdist that's being published until this day.
It adds a Python version requirement of ">=3.7" too, as we dropped support on Python "<3.7".

This fix #220 too, as PyPI can get package's dependencies from the wheel file.

Maybe this could fix #207 (?) as wheels are pre-build ready-to-install and, in this case, independent of operating system.

This PR is build on top of #219 .

@msusol
Copy link
Collaborator

msusol commented Feb 15, 2023

I have pulled in the changes that are still relevant to vs 3.4.0

@msusol msusol closed this Feb 15, 2023
msusol added a commit that referenced this pull request Feb 15, 2023
Pulled in remaining relevant changes from PR#221
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.

pyLDAvis doesn't have dependencies listed on PyPI Error when installing pyldavis
2 participants