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

BLD: explicitly require wheel as a buildtime dependency #11

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

neutrinoceros
Copy link
Member

@neutrinoceros neutrinoceros commented Dec 21, 2022

This prevents warnings from pip:

Run python -m pip install --editable "."
Obtaining file:///home/runner/work/ewah_bool_utils/ewah_bool_utils
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  WARNING: Missing build requirements in pyproject.toml for file:///home/runner/work/ewah_bool_utils/ewah_bool_utils.
  WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.

@neutrinoceros neutrinoceros changed the title BLD: specify an explicit build backend BLD: explicitly require wheel as a buildtime dependency Dec 21, 2022
@neutrinoceros neutrinoceros marked this pull request as ready for review December 21, 2022 16:09
@neutrinoceros neutrinoceros merged commit 9aa62dc into yt-project:main Dec 21, 2022
@neutrinoceros neutrinoceros deleted the build-backend branch December 21, 2022 18:49
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.

1 participant