I see that requirements.txt provides upper pins for functional dependencies, creating a stable environment; as it is, however, it appears that the dependencies installed with a pip install using pyproject.toml will always be equal or later versions than those made from requirements.txt, since [project.dependencies] does not have upper pins.
However, in tox.ini, the env created from pyproject.toml has the -stable label, and the one created from requirements.txt is labeled -latest. Shouldn't these two names be flipped?
Originally posted by @zacharyburnett in #68 (comment)
Originally posted by @zacharyburnett in #68 (comment)