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

Update wheel requirement #143

Closed
vict0rsch opened this issue Jul 16, 2018 · 1 comment · Fixed by #149
Closed

Update wheel requirement #143

vict0rsch opened this issue Jul 16, 2018 · 1 comment · Fixed by #149

Comments

@vict0rsch
Copy link

When installing any package through pip I get a warning : sphinx-autoapi 0.5.0 has requirement wheel==0.24.0, but you'll have wheel 0.31.1 which is incompatible.

Using wheel==0.24.0 however would make other packages incompatible (like tensorflow or pypandoc). wheel being at version 0.31.1 could this requirement be updated?

AWhetter added a commit that referenced this issue Aug 2, 2018
Removed distutils support. It wasn't working anyway (Closes #25).
Removed redundant package_dir and package_data options.
Removed old testing dependencies.
Removed unnecessary wheel dependency (Closes #143).
@AWhetter
Copy link
Collaborator

AWhetter commented Aug 2, 2018

Thanks for reporting this @vict0rsch. I have a fix for this in review at the moment. I plan on doing a release of autoapi shortly after Sphinx does its 1.8 release, which should happen some time this month.

@AWhetter AWhetter added this to the 0.6.0 milestone Aug 4, 2018
AWhetter added a commit that referenced this issue Aug 6, 2018
Removed distutils support. It wasn't working anyway (Closes #25).
Removed redundant package_dir and package_data options.
Removed old testing dependencies.
Removed unnecessary wheel dependency (Closes #143).
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 a pull request may close this issue.

2 participants