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

Remove wheel and attrs from build-system requires #1787

Closed
matthewfeickert opened this issue Feb 23, 2022 · 0 comments · Fixed by #1788
Closed

Remove wheel and attrs from build-system requires #1787

matthewfeickert opened this issue Feb 23, 2022 · 0 comments · Fixed by #1788
Assignees
Labels
build Changes that affect the build system or external dependencies chore Other changes that don't modify src or test files

Comments

@matthewfeickert
Copy link
Member

matthewfeickert commented Feb 23, 2022

pyhf/pyproject.toml

Lines 1 to 3 in 7428bed

[build-system]
# Minimum requirements for the build system to execute.
requires = ["wheel", "setuptools>=42.0.0", "attrs>=17.1", "setuptools_scm[toml]>=3.4"]

Amends PR #1783.

c.f. scikit-hep/pylhe#111 (thanks @henryiii)

@matthewfeickert matthewfeickert added build Changes that affect the build system or external dependencies chore Other changes that don't modify src or test files labels Feb 23, 2022
@matthewfeickert matthewfeickert self-assigned this Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies chore Other changes that don't modify src or test files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant