-
-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Description
Currently there are references to the required version being:
>=60>=61>=62>=64
At various places in the docs/code.
Additionally, there is a comment that states:
However, the pyproject.toml does include setuptools as a runtime dependency, but does so with no pin, allowing broken environments to exist:
Making these sources consistent would be appreciated, as it is rather hard to tell what I actually need to do as a user.
In my case, build isolation was getting most recent setuptools but then installing into an env that had older setuptools, and we have setuptools_scm as an optional dependency to get updated version numbers for editable installs. But because nothing pinned a version for runtime, it warned (which turned into errors in the test suite).
mayeut
Metadata
Metadata
Assignees
Labels
No labels