You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"setuptools>=30.3.0" should be "setuptools>=42"; anything before 42 was too buggy to be used with pyproject.toml (40-42), or didn't support pyproject.toml at all. (technically, PEP 517)
"setuptools>=30.3.0"
should be"setuptools>=42"
; anything before 42 was too buggy to be used with pyproject.toml (40-42), or didn't support pyproject.toml at all. (technically, PEP 517)Originally posted by @henryiii in #1773 (comment)
So
pyhf/pyproject.toml
Lines 1 to 3 in b091985
should be
The text was updated successfully, but these errors were encountered: